2025-12-27 14:30:07 [scrapy.utils.log] (PID: 113) INFO: Scrapy 2.12.0 started (bot: catalog_extraction) 2025-12-27 14:30:07 [scrapy.utils.log] (PID: 113) 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-27 14:30:07 [staples_advantage] (PID: 113) INFO: Starting extraction spider staples_advantage... 2025-12-27 14:30:07 [scrapy.addons] (PID: 113) INFO: Enabled addons: [] 2025-12-27 14:30:07 [py.warnings] (PID: 113) 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-27 14:30:07 [scrapy.extensions.telnet] (PID: 113) INFO: Telnet Password: ee5974fdb33f6e32 2025-12-27 14:30:07 [py.warnings] (PID: 113) 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-27 14:30:08 [scrapy.middleware] (PID: 113) 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-27 14:30:08 [scrapy.crawler] (PID: 113) 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/8770dd42e33011f0afa44200a9fe0102.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-27 14:30:08 [scrapy_poet.injection] (PID: 113) INFO: Loading providers: [, , , , , , ] 2025-12-27 14:30:08 [scrapy.middleware] (PID: 113) 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-27 14:30:08 [NotFoundHandlerSpiderMiddleware] (PID: 113) INFO: NotFoundHandlerSpiderMiddleware running on PRODUCTION environment. 2025-12-27 14:30:08 [scrapy.middleware] (PID: 113) 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-27 14:30:08 [scrapy.middleware] (PID: 113) 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-27 14:30:08 [scrapy.core.engine] (PID: 113) INFO: Spider opened 2025-12-27 14:30:08 [scrapy.extensions.closespider] (PID: 113) INFO: Spider will stop when no items are produced after 1800 seconds. 2025-12-27 14:30:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:30:08 [scrapy.extensions.telnet] (PID: 113) INFO: Telnet console listening on 127.0.0.1:6024 2025-12-27 14:30:12 [ProxyManagerDownloaderMiddleware] (PID: 113) INFO: Using brd-customer-hl_13cda1e4-zone-main_datacenter_proxy as the default proxy for ProxyManagerDownloaderMiddleware. 2025-12-27 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-bright-germicidal-ultra-bleach-1-gal-bottle-6-carton-kikbleach6/product_815745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/04-W-x-7-5-L-Staples-EZ-Bubble-Out-Bags-on-a-Roll-500-Bags-Roll-37904075B/product_687380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/everyday-two-note-electric-door-chime-kit-ckit1/product_2145404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/punch-kitchen-and-bath-remodel-home-landscape-design-for-windows-1-user-download/product_24577257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/everwipe-disinfecting-wipes-plus-refill-lemon-scent-800-wipes-container-4-carton-10100/product_24444127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/everwipe-wetwipe-mobile-bucket-white-blue-2-carton-10-bkt-2/product_24448530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rorbus-village-12-x-19-canvas-stretched-art-print-190836224180/product_2576514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-10-foot-aluminum-patio-umbrella-with-auto-tilt-blue-m150002/product_2211333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-running-out-of-time-12-x-19-canvas-stretched-art-print-190836224463/product_2576512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rough-earth-12-x-19-canvas-stretched-190836322886/product_2576513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-30-inch-round-star-and-moon-fire-pit-with-cover-black/product_2211532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sea-and-silence-12-x-19-canvas-stretched-art-print-190836323586/product_2576507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/09-x-4-x-3-standard-corrugated-shipping-box-200-ect-25-bundle-943/product_1504281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-foot-aluminum-patio-umbrella-with-auto-crank-red-m150006/product_2211329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/evo-bean-honduran-ground-coffee-frac-pack-2-25-oz-24-carton-68802/product_24528166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-second-chance-12-x-19-canvas-stretched-190836323869/product_2576504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/evol-truffle-parmesan-mac-and-cheese-macaroni-cheese-8-oz-5-pack-603-00008/product_24462788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/evolis-sig100-signature-pad/product_IM13AX783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-fireplace-log-rack-finial-m150028/product_24174500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-hydrangea-floral-arrangement-with-glass-vase-green/product_2518315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-solar-rope-light-32-feet-white-m150041/product_24174511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/everyday-home-rolling-storage-cart-white-m050011/product_24174447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-11-x-11-matted-framed-190836324385/product_2573920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-offset-10-aluminum-hanging-patio-umbrella-tan-m150010/product_2211324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-ers30m2-ge-range-surface-element-8/product_23980858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-3-4-staples-industrial-poly-strapping-tensioner-pst30/product_948839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-heavy-duty-bubble-roll-12-x-65-4069422/product_633235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sober-12-x-19-canvas-stretched-art-print-190836324989/product_2576499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exact-vellum-bristol-cardstock-paper-67-lbs-8-5-x-11-pink-250-pack-82441/product_2657390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-0-021-mil-x-9000-polypropylene-strapping-16-x-6-core-hand-grade-psjpakit/product_567674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-2900-16-x-3-core-staples-green-polyester-strapping-smooth-2-pack/product_946583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-3250-16-x-3-Core-Staples-Green-Polyester-Strapping-Smooth-2-Pack/product_946585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excel-rotary-cutters-1-75-in-45-mm/product_1717444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-7200-16-x-6-core-hand-grade-polypropylene-strapping-embossed-450-lbs-1-coil/product_946371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-protein-protein-bar-gluten-free-chocolate-peanut-butter-protein-bar-6-bars-box-nrn13805/product_24306981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pureguardian-energy-star-portable-dehumidifier-white-dh201wca/product_24226567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pureguardian-evaporative-travel-usb-aroma-diffuser-spa125ca/product_24226545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sunset-at-dyrholaey-12-x-19-canvas-stretched-190836327485/product_2576415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-9000-8-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pureguardian-spa210-aromatherapy-essential-oil-diffuser-with-touch-controls/product_1932891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sweatbox-12-x-19-canvas-stretched-art-print-190836327904/product_2576411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-24x36-chalkboard-coroplast-combo-a-frame-black-egp-hd-0533-bk/product_24601367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-connection-12-x-19-canvas-stretched-190836328321/product_2576409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-0-21-gallon-white-blue-h910bl/product_2138944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-5-mil-poly-tubing-3-x-2000-clear-1800/product_363650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-acrylic-dry-erase-board-with-custom-printed-calendar-30-x-20-egp-hd-0525/product_24601363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-a-frame-chalkboard-rustic-40-x-22-gpp-0001/product_24506864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-initial-12-x-19-canvas-stretched-art-print-190836237647/product_2576405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-little-things-12-x-19-canvas-stretched-art-print-190836237784/product_2576404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-bright-germicidal-ultra-bleach-1-gal-bottle-6-carton-kikbleach6/product_815745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/04-W-x-7-5-L-Staples-EZ-Bubble-Out-Bags-on-a-Roll-500-Bags-Roll-37904075B/product_687380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/everyday-two-note-electric-door-chime-kit-ckit1/product_2145404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/punch-kitchen-and-bath-remodel-home-landscape-design-for-windows-1-user-download/product_24577257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/everwipe-disinfecting-wipes-plus-refill-lemon-scent-800-wipes-container-4-carton-10100/product_24444127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/everwipe-wetwipe-mobile-bucket-white-blue-2-carton-10-bkt-2/product_24448530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rorbus-village-12-x-19-canvas-stretched-art-print-190836224180/product_2576514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-10-foot-aluminum-patio-umbrella-with-auto-tilt-blue-m150002/product_2211333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-running-out-of-time-12-x-19-canvas-stretched-art-print-190836224463/product_2576512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rough-earth-12-x-19-canvas-stretched-190836322886/product_2576513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-30-inch-round-star-and-moon-fire-pit-with-cover-black/product_2211532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sea-and-silence-12-x-19-canvas-stretched-art-print-190836323586/product_2576507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-foot-aluminum-patio-umbrella-with-auto-crank-red-m150006/product_2211329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/09-x-4-x-3-standard-corrugated-shipping-box-200-ect-25-bundle-943/product_1504281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/evo-bean-honduran-ground-coffee-frac-pack-2-25-oz-24-carton-68802/product_24528166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-second-chance-12-x-19-canvas-stretched-190836323869/product_2576504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/evol-truffle-parmesan-mac-and-cheese-macaroni-cheese-8-oz-5-pack-603-00008/product_24462788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/evolis-sig100-signature-pad/product_IM13AX783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-fireplace-log-rack-finial-m150028/product_24174500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-hydrangea-floral-arrangement-with-glass-vase-green/product_2518315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-solar-rope-light-32-feet-white-m150041/product_24174511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/everyday-home-rolling-storage-cart-white-m050011/product_24174447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-11-x-11-matted-framed-190836324385/product_2573920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-garden-offset-10-aluminum-hanging-patio-umbrella-tan-m150010/product_2211324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-ers30m2-ge-range-surface-element-8/product_23980858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-3-4-staples-industrial-poly-strapping-tensioner-pst30/product_948839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-heavy-duty-bubble-roll-12-x-65-4069422/product_633235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sober-12-x-19-canvas-stretched-art-print-190836324989/product_2576499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exact-vellum-bristol-cardstock-paper-67-lbs-8-5-x-11-pink-250-pack-82441/product_2657390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-0-021-mil-x-9000-polypropylene-strapping-16-x-6-core-hand-grade-psjpakit/product_567674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-2900-16-x-3-core-staples-green-polyester-strapping-smooth-2-pack/product_946583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-3250-16-x-3-Core-Staples-Green-Polyester-Strapping-Smooth-2-Pack/product_946585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excel-rotary-cutters-1-75-in-45-mm/product_1717444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-7200-16-x-6-core-hand-grade-polypropylene-strapping-embossed-450-lbs-1-coil/product_946371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pure-protein-protein-bar-gluten-free-chocolate-peanut-butter-protein-bar-6-bars-box-nrn13805/product_24306981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pureguardian-energy-star-portable-dehumidifier-white-dh201wca/product_24226567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pureguardian-evaporative-travel-usb-aroma-diffuser-spa125ca/product_24226545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sunset-at-dyrholaey-12-x-19-canvas-stretched-190836327485/product_2576415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-2-x-9000-8-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pureguardian-spa210-aromatherapy-essential-oil-diffuser-with-touch-controls/product_1932891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sweatbox-12-x-19-canvas-stretched-art-print-190836327904/product_2576411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-24x36-chalkboard-coroplast-combo-a-frame-black-egp-hd-0533-bk/product_24601367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-connection-12-x-19-canvas-stretched-190836328321/product_2576409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-0-21-gallon-white-blue-h910bl/product_2138944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-5-mil-poly-tubing-3-x-2000-clear-1800/product_363650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-acrylic-dry-erase-board-with-custom-printed-calendar-30-x-20-egp-hd-0525/product_24601363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-a-frame-chalkboard-rustic-40-x-22-gpp-0001/product_24506864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-initial-12-x-19-canvas-stretched-art-print-190836237647/product_2576405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-little-things-12-x-19-canvas-stretched-art-print-190836237784/product_2576404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-12-carton-3698-12-ct/product_24486713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-8-foam-roll-12-x-550-ft-6-bundle-cfw18s12asp/product_2653273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-Coin-Envelope-100-Count-White/product_898253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-blank-indoor-outdoor-floor-sign-24-x-48-black-egp-hd-0524/product_24570353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-ft-cat6-ethernet-cable-10-pack-etl-verified-blue-cat6-patch-cord-snagless-rj45-connectors-24-awg-utp/product_IM17FZ932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-foaming-hand-sanitizer-refill-for-adx-7-fruity-scent-700-ml-4-carton-8705-04/product_318590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-ft-power-adapter-cord-nema-l5-20r-to-nema-5-20p/product_IM17WT460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-way-it-is-12-x-19-canvas-stretched-art-print-190836238064/product_2576377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalk-markers-assorted-tips-white-3-pack-egp-hd-0511-s/product_24554018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-thousand-words-12-x-19-canvas-stretched-190836330348/product_2576491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalkboard-black-wood-59-x-27-egp-hd-0240a-os/product_24529670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-11-x-14-psl0417-b1114mf/product_1731707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-foaming-hand-sanitizer-refill-for-purell-ltx-12-touch-free-dispenser-fragrance-free-1200-ml-2-pack-1904-02/product_375463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-combination-dry-erase-whiteboard-wood-frame-2-x-1-5-egp-hd-0078/product_24529671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-clean-scent-12-oz-3659-12/product_844713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-torn-mountains-12-x-19-canvas-stretched-art-print-190836330904/product_2576489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-under-the-moon-canvas-art-14x14-inches/product_254218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-tfx-touch-free-dispenser-1200-ml-4-carton-5456-04/product_916723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-staples-standard-5-1-2-x-8-1-2-mini-view-binder-with-round-rings/product_SS134166889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-up-on-this-12-x-19-canvas-stretched-190836331468/product_2576486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-canvas-art-22x32-inches/product_254226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-green-certified-70-alcohol-gel-hand-sanitizer-refill-for-adx-dispenser-1200-ml-3-carton-8803-03/product_372365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-extra-large-planter-with-pole-support-natural-wood-egp-hd-0478-os/product_24573419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vertical-activity-canvas-art-30x47-inches/product_254235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-1-4-x-10-1-4-x-6-3-16-4-1-quart-paint-can-shipping-box-25-bundle/product_947227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-gentle-free-foam-refill-for-purell-es4-manual-hand-sanitizer-dispenser-1200-ml-2-ct-5051-02/product_2729254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-3-4-x-6-3-4-clear-perforated-face-document-envelope-500-ct/product_24383444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-viking-ship-12-x-19-canvas-stretched-190836332588/product_2576478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-a-frame-sidewalk-sign-24-x-36-black-clear-egp-hd-0507/product_24548935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-green-certified-foam-refill-for-purell-cs6-touch-free-dispensers-1200-ml-2-ct-6551-02/product_24460244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-chalkboard-stand-21-x-30-white-black-hd-0090-wht-os/product_24550817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-5-w-x-15-l-self-sealing-bubble-mailer-56542/product_657396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-swinging-sidewalk-sign-21-x-30-black-egp-hd-0090a-os/product_24550821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-white-noise-12-x-19-canvas-stretched-190836333967/product_2576465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-6x4-ft-invttn-100-mt-cl-832/product_352394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-white-waves-12-x-19-canvas-190836334247/product_2576464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-Piece-Photo-Frame-Set/product_776387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-wild-horses-12-x-19-canvas-stretched-art-print-190836334384/product_2576457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-windy-morning-12-x-19-canvas-190836334520/product_2576456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-pack-security-cable-tethers-for-adapters-dongles-universal-cable-tether-kit-steel-tether-cable-lock-anti-theft/product_IM17BB938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-adx-7-wall-mounted-hand-sanitizer-dispenser-white-8720-06/product_372479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-all-purpose-cleaners-spray-glass-surface-cleaner-disinfectant-refill-fragrance-free-scent-4340-04/product_2122316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-wall-sign-4-x-6-assorted-colors-5-pack-spls-4x6mf/product_24575574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-all-purpose-cleaners-spray-glass-surface-cleaner-disinfectant-refill-fresh-citrus-scent-4342-04/product_2122192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-red-2000-carton-plt10r/product_948731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-cottony-soft-antibacterial-hand-sanitizing-wipes-1000-carton-9026-1m/product_24442727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-row-rekenrek-counting-frame-ler4359/product_2662134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-wall-mounted-hand-sanitizer-dispenser-white-6520-01/product_24358185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-4-x-6-black-polyurethane-leather-spls-menu-4x6a/product_24570475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-12-carton-3698-12-ct/product_24486713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-8-foam-roll-12-x-550-ft-6-bundle-cfw18s12asp/product_2653273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-Coin-Envelope-100-Count-White/product_898253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-blank-indoor-outdoor-floor-sign-24-x-48-black-egp-hd-0524/product_24570353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-ft-cat6-ethernet-cable-10-pack-etl-verified-blue-cat6-patch-cord-snagless-rj45-connectors-24-awg-utp/product_IM17FZ932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-foaming-hand-sanitizer-refill-for-adx-7-fruity-scent-700-ml-4-carton-8705-04/product_318590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-ft-power-adapter-cord-nema-l5-20r-to-nema-5-20p/product_IM17WT460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-way-it-is-12-x-19-canvas-stretched-art-print-190836238064/product_2576377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalk-markers-assorted-tips-white-3-pack-egp-hd-0511-s/product_24554018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-thousand-words-12-x-19-canvas-stretched-190836330348/product_2576491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalkboard-black-wood-59-x-27-egp-hd-0240a-os/product_24529670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-11-x-14-psl0417-b1114mf/product_1731707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-foaming-hand-sanitizer-refill-for-purell-ltx-12-touch-free-dispenser-fragrance-free-1200-ml-2-pack-1904-02/product_375463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-combination-dry-erase-whiteboard-wood-frame-2-x-1-5-egp-hd-0078/product_24529671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-clean-scent-12-oz-3659-12/product_844713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-torn-mountains-12-x-19-canvas-stretched-art-print-190836330904/product_2576489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-under-the-moon-canvas-art-14x14-inches/product_254218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-tfx-touch-free-dispenser-1200-ml-4-carton-5456-04/product_916723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-canvas-art-22x32-inches/product_254226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-up-on-this-12-x-19-canvas-stretched-190836331468/product_2576486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1-staples-standard-5-1-2-x-8-1-2-mini-view-binder-with-round-rings/product_SS134166889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-green-certified-70-alcohol-gel-hand-sanitizer-refill-for-adx-dispenser-1200-ml-3-carton-8803-03/product_372365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-extra-large-planter-with-pole-support-natural-wood-egp-hd-0478-os/product_24573419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vertical-activity-canvas-art-30x47-inches/product_254235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-1-4-x-10-1-4-x-6-3-16-4-1-quart-paint-can-shipping-box-25-bundle/product_947227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-gentle-free-foam-refill-for-purell-es4-manual-hand-sanitizer-dispenser-1200-ml-2-ct-5051-02/product_2729254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-3-4-x-6-3-4-clear-perforated-face-document-envelope-500-ct/product_24383444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-viking-ship-12-x-19-canvas-stretched-190836332588/product_2576478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-a-frame-sidewalk-sign-24-x-36-black-clear-egp-hd-0507/product_24548935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-green-certified-foam-refill-for-purell-cs6-touch-free-dispensers-1200-ml-2-ct-6551-02/product_24460244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-chalkboard-stand-21-x-30-white-black-hd-0090-wht-os/product_24550817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-5-w-x-15-l-self-sealing-bubble-mailer-56542/product_657396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-swinging-sidewalk-sign-21-x-30-black-egp-hd-0090a-os/product_24550821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-white-noise-12-x-19-canvas-stretched-190836333967/product_2576465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-6x4-ft-invttn-100-mt-cl-832/product_352394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-white-waves-12-x-19-canvas-190836334247/product_2576464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-Piece-Photo-Frame-Set/product_776387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-wild-horses-12-x-19-canvas-stretched-art-print-190836334384/product_2576457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-windy-morning-12-x-19-canvas-190836334520/product_2576456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-pack-security-cable-tethers-for-adapters-dongles-universal-cable-tether-kit-steel-tether-cable-lock-anti-theft/product_IM17BB938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-adx-7-wall-mounted-hand-sanitizer-dispenser-white-8720-06/product_372479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-all-purpose-cleaners-spray-glass-surface-cleaner-disinfectant-refill-fragrance-free-scent-4340-04/product_2122316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-wall-sign-4-x-6-assorted-colors-5-pack-spls-4x6mf/product_24575574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-all-purpose-cleaners-spray-glass-surface-cleaner-disinfectant-refill-fresh-citrus-scent-4342-04/product_2122192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-red-2000-carton-plt10r/product_948731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-cottony-soft-antibacterial-hand-sanitizing-wipes-1000-carton-9026-1m/product_24442727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-row-rekenrek-counting-frame-ler4359/product_2662134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-wall-mounted-hand-sanitizer-dispenser-white-6520-01/product_24358185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-4-x-6-black-polyurethane-leather-spls-menu-4x6a/product_24570475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:30:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-30-x-47-canvas-art-mw0066-c3047gg/product_2081081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-1-5-mil-clear-1000-carton-165/product_939488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0587-c1219gg/product_2079130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-4-mil-clear-1000-carton-1170/product_939780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-reclosable-poly-bags-2-mil-clear-1000-carton-3650a/product_939337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-leatherette-metal-10-pack-spls-menu-4/product_24580067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0587-c3047gg/product_2076929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-cx-foaming-hand-soap-refill-for-cx-dispenser-fresh-scent-4-carton-8561-04/product_24394868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-open-closed-outdoor-a-frame-sidewalk-sign-13-x-17-multicolor-egp-hd-0209/product_24556380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-14-x-19-canvas-art/product_312076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-35-x-47-canvas-art/product_312079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-es1-dispenser-starter-kit-push-style-hand-sanitizer-dispenser-450-ml-gel-refill-included-graphite-4424-d6/product_24467075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-4-literature-mailer-50-bundle/product_949023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-18-x-24-canvas-art-ph0100-c1824gg/product_2081613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-es10-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-8324-e1/product_24581807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excelone-8-5-x-11-carbonless-paper-21-lbs-92-brightness-500-sheets-ream-10-reams-carton-232198/product_24472860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1962-black-by-claire-doherty-11-x-14-white-matted-black-frame-cdo0014-b1114mf/product_2081637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-10105/product_481798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-14-x-19-canvas-art-cdo0016-c1419gg/product_2079832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excessive-noise-ear-protection-must-be-worn-10x14-040-aluminum-danger-sign/product_564336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/executive-high-back-chair-center-tilt-black-vinyl-bsxvl402en11/product_1678046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-24-x-32-canvas-art-cdo0016-c2432gg/product_2078198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exit-bilingual-20x14-rigid-plastic-notice-sign/product_557808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exit-w-door-and-left-up-arrow-5x14-adhesive-glow/product_554183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exit-w-door-and-left-down-arrow-5x14-adhesive-glow/product_554185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-foodservice-surface-sanitizer-spray-fragrance-free-32-fl-oz-6-carton-3341-06/product_24462241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-2-mil-clear-1000-carton-505/product_939593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-4-mil-clear-1000-carton-1175/product_939781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-100-wipes-box-9022-10/product_673654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-green-1000-carton-pb3655g/product_23978451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-14-x-14-canvas-art-ali1119-c1414gg/product_2077630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-2-in-1-dry-erase-markers-chisel-tip-assorted-4-pk-1944655/product_1910455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-yellow-1000-carton-pb3655y/product_256292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-2-in-1-tank-dry-erase-markers-chisel-tip-assorted-8-pack-1944658/product_1910454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-3-mil-clear-100-carton-4157/product_687234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfectant-spray-32-oz-6-carton-3340-06/product_24486712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-18-x-18-canvas-art-ali1119-c1818gg/product_2085364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfecting-wipes-72-wipes-pack-9370-12/product_24534478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-4-mil-clear-500-carton-3775a/product_426642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-35-x-35-canvas-art-ali1119-c3535gg/product_2078902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-4-mil-pink-1000-carton-pbas2165/product_23978274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-board-cleaning-wet-wipes-2-pk-san81850-2/product_24490759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-static-shielding-layflat-poly-bags-3-1-mil-clear-100-pack-4130/product_687000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-cs-cs8-dispenser-2-carton-7874-02/product_24472164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-24-x-47-canvas-art-ma0632-c2447gg/product_2077180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-bullet-tip-each/product_SS229316965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-liquid-foaming-soap-refill-for-es10-dispenser-8334-e1-8330-e1-8338-e1-1200ml-2-carton-8385-02/product_24582000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-point-purple-6-pack-29651-pk6/product_1716982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-30-x-47-canvas-art-mw0066-c3047gg/product_2081081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-tip-black-8-pack-1980443/product_24552697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-1-5-mil-clear-1000-carton-165/product_939488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-4-mil-clear-1000-carton-1170/product_939780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0587-c1219gg/product_2079130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-reclosable-poly-bags-2-mil-clear-1000-carton-3650a/product_939337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-leatherette-metal-10-pack-spls-menu-4/product_24580067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0587-c3047gg/product_2076929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-cx-foaming-hand-soap-refill-for-cx-dispenser-fresh-scent-4-carton-8561-04/product_24394868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excello-global-products-open-closed-outdoor-a-frame-sidewalk-sign-13-x-17-multicolor-egp-hd-0209/product_24556380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-14-x-19-canvas-art/product_312076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-35-x-47-canvas-art/product_312079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-es1-dispenser-starter-kit-push-style-hand-sanitizer-dispenser-450-ml-gel-refill-included-graphite-4424-d6/product_24467075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-4-literature-mailer-50-bundle/product_949023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-18-x-24-canvas-art-ph0100-c1824gg/product_2081613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-es10-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-8324-e1/product_24581807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excelone-8-5-x-11-carbonless-paper-21-lbs-92-brightness-500-sheets-ream-10-reams-carton-232198/product_24472860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1962-black-by-claire-doherty-11-x-14-white-matted-black-frame-cdo0014-b1114mf/product_2081637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-10105/product_481798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-14-x-19-canvas-art-cdo0016-c1419gg/product_2079832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/excessive-noise-ear-protection-must-be-worn-10x14-040-aluminum-danger-sign/product_564336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/executive-high-back-chair-center-tilt-black-vinyl-bsxvl402en11/product_1678046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-24-x-32-canvas-art-cdo0016-c2432gg/product_2078198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exit-bilingual-20x14-rigid-plastic-notice-sign/product_557808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exit-w-door-and-left-up-arrow-5x14-adhesive-glow/product_554183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/exit-w-door-and-left-down-arrow-5x14-adhesive-glow/product_554185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-foodservice-surface-sanitizer-spray-fragrance-free-32-fl-oz-6-carton-3341-06/product_24462241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-2-mil-clear-1000-carton-505/product_939593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-4-mil-clear-1000-carton-1175/product_939781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-100-wipes-box-9022-10/product_673654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-green-1000-carton-pb3655g/product_23978451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-14-x-14-canvas-art-ali1119-c1414gg/product_2077630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-2-in-1-dry-erase-markers-chisel-tip-assorted-4-pk-1944655/product_1910455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-yellow-1000-carton-pb3655y/product_256292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-2-in-1-tank-dry-erase-markers-chisel-tip-assorted-8-pack-1944658/product_1910454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-3-mil-clear-100-carton-4157/product_687234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfectant-spray-32-oz-6-carton-3340-06/product_24486712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-18-x-18-canvas-art-ali1119-c1818gg/product_2085364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfecting-wipes-72-wipes-pack-9370-12/product_24534478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-4-mil-clear-500-carton-3775a/product_426642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-35-x-35-canvas-art-ali1119-c3535gg/product_2078902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-4-mil-pink-1000-carton-pbas2165/product_23978274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-board-cleaning-wet-wipes-2-pk-san81850-2/product_24490759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-12-static-shielding-layflat-poly-bags-3-1-mil-clear-100-pack-4130/product_687000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-cs-cs8-dispenser-2-carton-7874-02/product_24472164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-24-x-47-canvas-art-ma0632-c2447gg/product_2077180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-bullet-tip-each/product_SS229316965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-liquid-foaming-soap-refill-for-es10-dispenser-8334-e1-8330-e1-8338-e1-1200ml-2-carton-8385-02/product_24582000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-point-purple-6-pack-29651-pk6/product_1716982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-tip-black-8-pack-1980443/product_24552697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr130/product_23978266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-individually-wrapped-sanitizing-hand-wipes/product_SS203473709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-the-lovers-c-1875-canvas-art-24x32-inches/product_245665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-fine-tip-black-86001/product_2472789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-naturals-advanced-gel-hand-sanitizer-2-oz-9623-24/product_1978677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-nxt-wall-mounted-hand-sanitizer-dispenser-white-2120-06/product_605681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-3-mil-clear-250-carton-4077/product_24342789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-point-assorted-4-pack-82074/product_502039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-trento-1704-canvas-art-35x35-inches/product_245485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-tip-assorted-4-pack-2081760/product_24389692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-4-mil-clear-500-pack-prr101304/product_24343816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-prime-defense-advanced-85-alcohol-gel-hand-sanitizer-12-fl-oz-3699-12/product_24477466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-tip-black-4-pack-2081801/product_24389693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-3-mil-clear-1000-carton-845/product_939702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-l-estaque-1882-canvas-art-18x24-inches/product_246106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-sf607-alcohol-free-instant-foaming-hand-sanitizer-refill-for-ltx-12-dispenser-1200-ml-2-ct-1902-02/product_241091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-12-pack-80699/product_554359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-6-mil-clear-500-carton-8390/product_692438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-16-pack-81045/product_592678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-singles-advanced-hand-sanitizer-single-use-packets-125-box-9630-12-125ctns/product_24314910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-landscape-at-wargemont-canvas-art-26x32-inches/product_246022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-spring-at-chatou-1872-5-canvas-art-35x47-inches/product_245518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/puremetallic-shred-veryfine-cut-silver-10-lbs-case/product_191698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-blue-12-pack-80003/product_589825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-bathers-canvas-art-18-x-24-inches/product_246083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-36-pack/product_SS229317012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-bags-on-a-roll-2-mil-clear-1000-roll-7730/product_940210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-luncheon-of-the-boating-party-canvas-art-18x18-inches/product_246745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-185/product_939494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-banks-of-the-seine-champrosay-1876-35x47-inches/product_245807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2345/product_939171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-blue-12-pack-86003/product_43787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-home-pfa200-60-watt-class-t-hi-fi-audio-amp/product_1594855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-4-pack/product_SS229317022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-assorted-36-pack-2003895/product_2724880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-road-to-versailles-canvas-art-35x47-inches/product_246499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-plcmtr71-7-weatherproof-backup-camera-system-with-ir-night-vision-camera/product_1641721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-assorted-4-pack-1884308/product_1015833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-22-layflat-poly-bags-3-mil-clear-500-carton-6175/product_24449510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-power-series-plpw8d-8-800-w-dual-voice-coil-subwoofer/product_1596996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pieter-bruegel-hunters-in-the-snow-1565-canvas-art-35x47-inches/product_244892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pphp155st-wireless-portable-bluetooth-pa-speaker-system-black-pyrpphp155st/product_2483950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-2-mil-clear-1000-carton-522/product_939599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-16-x-20-wood-frame-art/product_495344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pphp1249kt-1-800-watt-bluetooth-active-passive-dual-speaker-system-kit/product_24329611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-low-oder-dry-erase-markers-fine-tip-assorted-inks-12-pack-san86603/product_23976814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-22-x-32-canvas-art/product_496129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-24-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4137/product_687006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pyrpmp53in-megaphone-with-aux-siren-talk-modes-50-watt-black/product_24327876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-ptau45-120-watt-x-2-stereo-power-amp-with-usb-reader-black/product_24551654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pure-clean-4-gallon-portable-pressure-wash-cleaning-system-93599011m/product_24004881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-30-layflat-poly-bags-1-5-mil-clear-1000-carton-188/product_692530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pure-clean-4-gallon-pressure-wash-cleaning-system-93599011m/product_24005061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-30-layflat-poly-bags-4-mil-clear-500-carton-1193/product_361066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr130/product_23978266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-16-x-24-canvas-art/product_315471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-individually-wrapped-sanitizing-hand-wipes/product_SS203473709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-the-lovers-c-1875-canvas-art-24x32-inches/product_245665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-fine-tip-black-86001/product_2472789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-nxt-wall-mounted-hand-sanitizer-dispenser-white-2120-06/product_605681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-naturals-advanced-gel-hand-sanitizer-2-oz-9623-24/product_1978677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-3-mil-clear-250-carton-4077/product_24342789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-point-assorted-4-pack-82074/product_502039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-trento-1704-canvas-art-35x35-inches/product_245485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-tip-assorted-4-pack-2081760/product_24389692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-prime-defense-advanced-85-alcohol-gel-hand-sanitizer-12-fl-oz-3699-12/product_24477466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-4-mil-clear-500-pack-prr101304/product_24343816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-tip-black-4-pack-2081801/product_24389693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-3-mil-clear-1000-carton-845/product_939702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-l-estaque-1882-canvas-art-18x24-inches/product_246106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-sf607-alcohol-free-instant-foaming-hand-sanitizer-refill-for-ltx-12-dispenser-1200-ml-2-ct-1902-02/product_241091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-12-pack-80699/product_554359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-16-pack-81045/product_592678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-landscape-at-wargemont-canvas-art-26x32-inches/product_246022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-6-mil-clear-500-carton-8390/product_692438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/purell-singles-advanced-hand-sanitizer-single-use-packets-125-box-9630-12-125ctns/product_24314910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-spring-at-chatou-1872-5-canvas-art-35x47-inches/product_245518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/puremetallic-shred-veryfine-cut-silver-10-lbs-case/product_191698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-blue-12-pack-80003/product_589825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-bathers-canvas-art-18-x-24-inches/product_246083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-36-pack/product_SS229317012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-bags-on-a-roll-2-mil-clear-1000-roll-7730/product_940210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-luncheon-of-the-boating-party-canvas-art-18x18-inches/product_246745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-185/product_939494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-banks-of-the-seine-champrosay-1876-35x47-inches/product_245807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2345/product_939171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-blue-12-pack-86003/product_43787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-home-pfa200-60-watt-class-t-hi-fi-audio-amp/product_1594855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-4-pack/product_SS229317022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-assorted-36-pack-2003895/product_2724880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-road-to-versailles-canvas-art-35x47-inches/product_246499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-plcmtr71-7-weatherproof-backup-camera-system-with-ir-night-vision-camera/product_1641721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-assorted-4-pack-1884308/product_1015833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-22-layflat-poly-bags-3-mil-clear-500-carton-6175/product_24449510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-power-series-plpw8d-8-800-w-dual-voice-coil-subwoofer/product_1596996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pieter-bruegel-hunters-in-the-snow-1565-canvas-art-35x47-inches/product_244892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pphp155st-wireless-portable-bluetooth-pa-speaker-system-black-pyrpphp155st/product_2483950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-2-mil-clear-1000-carton-522/product_939599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-16-x-20-wood-frame-art/product_495344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pphp1249kt-1-800-watt-bluetooth-active-passive-dual-speaker-system-kit/product_24329611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-low-oder-dry-erase-markers-fine-tip-assorted-inks-12-pack-san86603/product_23976814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-22-x-32-canvas-art/product_496129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pyrpmp53in-megaphone-with-aux-siren-talk-modes-50-watt-black/product_24327876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-24-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4137/product_687006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-ptau45-120-watt-x-2-stereo-power-amp-with-usb-reader-black/product_24551654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pure-clean-4-gallon-portable-pressure-wash-cleaning-system-93599011m/product_24004881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyle-pure-clean-4-gallon-pressure-wash-cleaning-system-93599011m/product_24005061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-30-layflat-poly-bags-1-5-mil-clear-1000-carton-188/product_692530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-30-layflat-poly-bags-4-mil-clear-500-carton-1193/product_361066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-16-x-24-canvas-art/product_315471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-sets-chisel-set-of-8-pack-of-2-2pk-80078/product_2133303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-black-5000/product_34388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyramid-rack-25-pockets-400-3/product_821705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-4-x-4-shipping-boxes-32-ect-brown-25-bundle-1044/product_426556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3000hd-3500-3550ss-3600ss-3700-time-clocks-100-pack-35100-10/product_412757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-16-x-20-wood-frame-art/product_317595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-marker-vibrant-colors-chisel-tip-4-pack-1927523/product_24551922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-chisel-tip-assorted-8-pack-1944741/product_1910452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyramid-time-systems-3800-auto-totaling-time-clock-system-ivory-charcoal-3800sk1/product_24600325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-4-32-ect-shipping-boxes-25-pk/product_24410471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-5-shipping-boxes-32-ect-brown-25-bundle-1065/product_814166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/python-1-way-security-remote-start-system-with-25-mile-range/product_2139685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-lilies-1897-1899-35-x-47-canvas-art/product_502199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-300-pack-17900/product_24326187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-mountain-by-moises-levy-10-x-24-canvas-art-ali1135-c1024gg/product_2080994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-7-x-4-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs100704/product_24408762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-white-board-care-cleaner-12-carton-81803fc/product_311244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-white-board-care-eraser-blue-8473kf/product_503451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-12-in-true-wireless-stereo-bluetooth-rechargeable-speaker-with-wired-microphone-stand-black-pbx-1206sm/product_24574326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-tulips-in-glass-24-x-32-canvas-art/product_314024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-cleaner-blue-81800/product_364141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-24-gusseted-poly-bags-3-mil-clear-500-carton-1730/product_939862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-hd-dtv-uhf-vhf-fm-360-rotating-outdoor-antenna-ant-106/product_24576815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-indoor-hdtv-antenna-with-magnetic-base-black-ant-23/product_24576817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-5-shipping-boxes-32-ect-brown-25-bundle-1085/product_24408480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-m-106-unidirectional-dynamic-microphone-with-10-cable/product_23979222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-22-x-32-canvas-art/product_315480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-6-shipping-boxes-32-ect-brown-25-bundle-1096/product_408395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-portable-fm-radio-with-bluetooth-flashlight-fan-solar-panel-black-r-40-black/product_24574337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-11-x-14-wood-frame-art/product_314910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-16-x-20-black-frame-art/product_314905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x10-x3-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL10103/product_1578413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-ultra-high-resolution-usb-microphone-with-rgb-studio-lights-desk-tripod-stand-black-m-192/product_24576811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/extra-gum-spearmint-sugar-free-gum-35-sticks-wmw27611/product_24395903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-must-be-worn-in-10x14-040-aluminum-danger-sign/product_564327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x8-x1-1-2-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL1081K/product_1578410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-required-in-this-area-10x14-040-aluminum-danger-sign/product_564326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-11-x-14-black-frame-art/product_28504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-card-taylor-pol/product_24454261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-black-yellow-belt/product_171055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-blue-belt/product_171051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-green-belt/product_171052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-30-x-47-canvas-art/product_28418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-crowd-control-post-black-pro250b-bk/product_171047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/100-6x4-ft-invttn-100-rc-gr/product_352422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-blue-belt/product_171066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-white-belt/product_171063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-sets-chisel-set-of-8-pack-of-2-2pk-80078/product_2133303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-art-8b-hb-set-of-6/product_1722339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-black-5000/product_34388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyramid-rack-25-pockets-400-3/product_821705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-4-x-4-shipping-boxes-32-ect-brown-25-bundle-1044/product_426556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3000hd-3500-3550ss-3600ss-3700-time-clocks-100-pack-35100-10/product_412757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-16-x-20-wood-frame-art/product_317595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-marker-vibrant-colors-chisel-tip-4-pack-1927523/product_24551922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-chisel-tip-assorted-8-pack-1944741/product_1910452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/pyramid-time-systems-3800-auto-totaling-time-clock-system-ivory-charcoal-3800sk1/product_24600325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-4-32-ect-shipping-boxes-25-pk/product_24410471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/python-1-way-security-remote-start-system-with-25-mile-range/product_2139685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-5-shipping-boxes-32-ect-brown-25-bundle-1065/product_814166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-lilies-1897-1899-35-x-47-canvas-art/product_502199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-300-pack-17900/product_24326187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-mountain-by-moises-levy-10-x-24-canvas-art-ali1135-c1024gg/product_2080994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-7-x-4-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs100704/product_24408762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-white-board-care-cleaner-12-carton-81803fc/product_311244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-white-board-care-eraser-blue-8473kf/product_503451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-12-in-true-wireless-stereo-bluetooth-rechargeable-speaker-with-wired-microphone-stand-black-pbx-1206sm/product_24574326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-tulips-in-glass-24-x-32-canvas-art/product_314024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-cleaner-blue-81800/product_364141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-24-gusseted-poly-bags-3-mil-clear-500-carton-1730/product_939862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-hd-dtv-uhf-vhf-fm-360-rotating-outdoor-antenna-ant-106/product_24576815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-indoor-hdtv-antenna-with-magnetic-base-black-ant-23/product_24576817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-5-shipping-boxes-32-ect-brown-25-bundle-1085/product_24408480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-m-106-unidirectional-dynamic-microphone-with-10-cable/product_23979222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-22-x-32-canvas-art/product_315480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-6-shipping-boxes-32-ect-brown-25-bundle-1096/product_408395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-portable-fm-radio-with-bluetooth-flashlight-fan-solar-panel-black-r-40-black/product_24574337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-11-x-14-wood-frame-art/product_314910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-16-x-20-black-frame-art/product_314905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x10-x3-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL10103/product_1578413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qfx-ultra-high-resolution-usb-microphone-with-rgb-studio-lights-desk-tripod-stand-black-m-192/product_24576811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/extra-gum-spearmint-sugar-free-gum-35-sticks-wmw27611/product_24395903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-must-be-worn-in-10x14-040-aluminum-danger-sign/product_564327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10-x8-x1-1-2-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL1081K/product_1578410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-required-in-this-area-10x14-040-aluminum-danger-sign/product_564326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-11-x-14-black-frame-art/product_28504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-card-taylor-pol/product_24454261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-green-belt/product_171052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-blue-belt/product_171051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-black-yellow-belt/product_171055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-30-x-47-canvas-art/product_28418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-crowd-control-post-black-pro250b-bk/product_171047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/100-6x4-ft-invttn-100-rc-gr/product_352422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-blue-belt/product_171066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-white-belt/product_171063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-art-8b-hb-set-of-6/product_1722339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-30-x-47-canvas-art/product_820823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-creative-studio-getting-started-watercolor-pencils-kit-assorted-colors-26-set-fc800094t/product_2315278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0807-c1219gg/product_2078953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/100-pho-crd-5x7-ft-mat-bp-pol/product_1241456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-goldfaber-sketch-set-classic-graphite-pencils-black-6-pack-114000/product_2314607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-yellow-crowd-control-belt-barrier-different-belt-color/product_SS235380406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0807-c3047gg/product_2081216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1000-env-sm-ivory-rsd-1c-pis/product_351999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-orange-steel-crowd-control-belt-barrier-different-belt-color/product_SS235382382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-permanent-marker-brush-tip-black-ink-fc800012t/product_2314587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-wallet-sets-black-set-of-4/product_1721974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0645-c1624gg/product_2078025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0645-c2232gg/product_2077363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-black-medium-pack-of-8/product_1722034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-30-x-47-canvas-art-mt0645-c3047gg/product_2076871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1000-premium-matte-bc-1s-pis/product_24448726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quadient-remanufactured-fluorescent-red-standard-yield-postage-ink-cartridge-replacement-for-neopost-hasler-is56ink-im56ink/product_2996387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0861-c1824gg/product_2078378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-big-brush-artist-pens-black-199-pack-of-4/product_1721757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-1s-pis/product_24448715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-2s-pol/product_24448736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-felt-pens-brush-tip-point-assorted-inks-6-carton-fc167162/product_2321202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-light-cadmium-yellow-105-pack-of-12-12pk-110105/product_2130990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-8-75-w-x-5-75-h-blank-envelopes-white-100-box/product_618630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/101010w5c-brown-10-x-10-weather-resistant-corrugated-boxes-25-bundle/product_1578460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-9-x-12-yellow-clasp-envelopes-10-pack/product_507881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-catalog-envelopes-10-x-15-brown-100-box-70311/product_639532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10ft-cat5e-non-booted-unshielded-network-patch-cable-blue/product_2418559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fabriano-tiziano-drawing-paper-charcoal-pack-of-10-pk10-71-33030/product_24204689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-passion-fruit-169-fl-oz-mx04966a/product_2661623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0829-c1624gg/product_2077945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0829-c2232gg/product_2077291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-9-x-12-white-100-box-38390/product_507862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelopes-9-l-x-12-h-kraft-100-box-qua38090/product_478791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-colored-catalog-envelopes-28lb-grey-kraft-10-x-13-100-box/product_696593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-catalog-envelopes-9-x-12-red-10-pack-qua38734/product_377520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fabuloso-professional-all-purpose-cleaner-degreaser-ocean-scent-1-gal-4-carton-us05252a/product_848241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-63-x-10-shipping-boxes-32-ect-brown-25-bundle-11810/product_426564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fadeless-48-x-50-classic-dots-black-white-design-roll-pac55845/product_1824441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-12-rustic-assortment-4-rolls-pac0057536/product_24439047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0862-w1114bmf/product_2081689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-9-x-12-brown-100-box-43090/product_513233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-4-32-ect-shipping-boxes/product_24409460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-11-5-x-14-5-kraft-100-box-qua37805/product_377519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-havre-1893-18-x-24-canvas-art/product_492482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-9-25-x-14-5-brown-kraft-100-box-qua37894/product_813480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-6-x-9-kraft-100-box-qua37755/product_377517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0862-w1620bmf/product_2085848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-30-x-47-canvas-art/product_820823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-brite-blue-57178/product_2431731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-creative-studio-getting-started-watercolor-pencils-kit-assorted-colors-26-set-fc800094t/product_2315278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0807-c1219gg/product_2078953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-yellow-crowd-control-belt-barrier-different-belt-color/product_SS235380406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-goldfaber-sketch-set-classic-graphite-pencils-black-6-pack-114000/product_2314607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/100-pho-crd-5x7-ft-mat-bp-pol/product_1241456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0807-c3047gg/product_2081216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1000-env-sm-ivory-rsd-1c-pis/product_351999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-orange-steel-crowd-control-belt-barrier-different-belt-color/product_SS235382382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-permanent-marker-brush-tip-black-ink-fc800012t/product_2314587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-wallet-sets-black-set-of-4/product_1721974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0645-c1624gg/product_2078025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0645-c2232gg/product_2077363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-black-medium-pack-of-8/product_1722034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-30-x-47-canvas-art-mt0645-c3047gg/product_2076871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quadient-remanufactured-fluorescent-red-standard-yield-postage-ink-cartridge-replacement-for-neopost-hasler-is56ink-im56ink/product_2996387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1000-premium-matte-bc-1s-pis/product_24448726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0861-c1824gg/product_2078378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-big-brush-artist-pens-black-199-pack-of-4/product_1721757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-1s-pis/product_24448715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-felt-pens-brush-tip-point-assorted-inks-6-carton-fc167162/product_2321202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-light-cadmium-yellow-105-pack-of-12-12pk-110105/product_2130990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-2s-pol/product_24448736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/101010w5c-brown-10-x-10-weather-resistant-corrugated-boxes-25-bundle/product_1578460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-8-75-w-x-5-75-h-blank-envelopes-white-100-box/product_618630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-9-x-12-yellow-clasp-envelopes-10-pack/product_507881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-catalog-envelopes-10-x-15-brown-100-box-70311/product_639532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fabriano-tiziano-drawing-paper-charcoal-pack-of-10-pk10-71-33030/product_24204689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/10ft-cat5e-non-booted-unshielded-network-patch-cable-blue/product_2418559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-passion-fruit-169-fl-oz-mx04966a/product_2661623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0829-c1624gg/product_2077945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0829-c2232gg/product_2077291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-9-x-12-white-100-box-38390/product_507862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelopes-9-l-x-12-h-kraft-100-box-qua38090/product_478791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-catalog-envelopes-9-x-12-red-10-pack-qua38734/product_377520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-colored-catalog-envelopes-28lb-grey-kraft-10-x-13-100-box/product_696593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fabuloso-professional-all-purpose-cleaner-degreaser-ocean-scent-1-gal-4-carton-us05252a/product_848241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-63-x-10-shipping-boxes-32-ect-brown-25-bundle-11810/product_426564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fadeless-48-x-50-classic-dots-black-white-design-roll-pac55845/product_1824441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0862-w1114bmf/product_2081689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-12-rustic-assortment-4-rolls-pac0057536/product_24439047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-9-x-12-brown-100-box-43090/product_513233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-4-32-ect-shipping-boxes/product_24409460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-11-5-x-14-5-kraft-100-box-qua37805/product_377519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-havre-1893-18-x-24-canvas-art/product_492482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-6-x-9-kraft-100-box-qua37755/product_377517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0862-w1620bmf/product_2085848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-9-25-x-14-5-brown-kraft-100-box-qua37894/product_813480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-brite-blue-57178/product_2431731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-38-x8-19-x12-38-Hazmat-Shipping-Box-275-ECT-20-Bundle-HAZ1048/product_947083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-38-x8-19-x12-38-Hazmat-Shipping-Box-275-ECT-HAZ1121/product_946248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-9-x-12-kraft-100-box-qua37790/product_510661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-francais-1898-14-x-19-canvas-art/product_503274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-francais-1898-18-x-24-canvas-art/product_502271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-75-multi-depth-shipping-boxes-brown-25-bundle-md1184sc/product_481748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-cotton-twine-475-ft-white-qua46171/product_813467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-flame-0057035/product_455039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-planet-alignment-by-conrad-canvas-art-ready-to-hang/product_253723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-shipping-boxes-32-ect-brown-25-bundle-1184sc/product_481801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-75-shipping-boxes-32-ect-white-25-bundle-1184scw/product_630321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-file-jacket-letter-size-manila-100-box-69999/product_516228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-16-x-20-black-frame-art/product_317380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-88-x-18-5-self-sealing-mailer-6-30-carton-99322/product_24531432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-v-flap-10-window-envelope-4-1-2-x-9-1-2-white-500-box-90120/product_817222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-22-x-32-canvas-art/product_317383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/falcon-canned-air/product_SS132775923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-16-x-24-canvas-art/product_493744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-duster-7-oz-dpsm/product_365998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-11-shipping-boxes-32-ect-brown-25-bundle-111111/product_557114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-10-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box-qua90020/product_817218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-14-x-19-canvas-art/product_312927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-3-currency-envelopes-2-1-2-x-4-1-4-brown-500-box-qua50260/product_827906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-11117/product_557115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-6-currency-envelopes-3-3-8-x-6-brown-500-box-qua50662/product_389378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-touch-screen-wipes-office-share-pack-200-pack-dmhj/product_887547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-16-x-20-wood-frame-art/product_312932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hyper-cln-screen-cloth-3-pack-hcncl/product_24411736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-11-x-11-white-matted-wood-frame-ali1114-w1111mf/product_2083798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-192/product_939499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-12-x-15-1-2-light-kraft-250-box-41965/product_377400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-15-light-kraft-100-box-54301/product_2622381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card-100-email-delivery/product_1946101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-14-staples-chipboard-pad-530-case-cp1114/product_948223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-document-envelopes-10-x-15-cameo-buff-100-box-qua54416/product_887691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-11-x-14-black-matted-black-frame-nd098-b1114bmf/product_2079535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fantastik-multi-surface-disinfectant-degreaser-fresh-scent-1-gal-4-carton-5588608/product_1979978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-17-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr132/product_23978125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0874-w1114bmf/product_2081728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-night-redi-strip-deposit-bags-opaque-100-box-45228/product_902799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fat-brain-toy-co-animalogic/product_274362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-aerosol-ocean-scent-8-8-oz-2-pack-48312/product_24561373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/feather-flags/product_24564648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-24-x-32-canvas-art/product_491864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-7-coin-and-small-parts-envelope-3-5-x-6-5-kraft-500-box-qua50765/product_24582372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-38-x8-19-x12-38-Hazmat-Shipping-Box-275-ECT-20-Bundle-HAZ1048/product_947083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-1-16-x-12-1-16-x-12-3-4-4-1-gallon-plastic-jug-haz-mat-shipping-box-20-bundle/product_947086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-10-x-13-brown-100-box-43711/product_802225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-38-x8-19-x12-38-Hazmat-Shipping-Box-275-ECT-HAZ1121/product_946248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-twin-pack/product_SS176633752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-9-x-12-kraft-100-box-qua37790/product_510661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-francais-1898-14-x-19-canvas-art/product_503274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-francais-1898-18-x-24-canvas-art/product_502271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-75-multi-depth-shipping-boxes-brown-25-bundle-md1184sc/product_481748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-cotton-twine-475-ft-white-qua46171/product_813467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-flame-0057035/product_455039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-planet-alignment-by-conrad-canvas-art-ready-to-hang/product_253723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-shipping-boxes-32-ect-brown-25-bundle-1184sc/product_481801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-75-shipping-boxes-32-ect-white-25-bundle-1184scw/product_630321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-88-x-18-5-self-sealing-mailer-6-30-carton-99322/product_24531432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-16-x-20-black-frame-art/product_317380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-file-jacket-letter-size-manila-100-box-69999/product_516228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-v-flap-10-window-envelope-4-1-2-x-9-1-2-white-500-box-90120/product_817222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-22-x-32-canvas-art/product_317383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/falcon-canned-air/product_SS132775923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-duster-7-oz-dpsm/product_365998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-16-x-24-canvas-art/product_493744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-11-shipping-boxes-32-ect-brown-25-bundle-111111/product_557114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-10-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box-qua90020/product_817218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-3-currency-envelopes-2-1-2-x-4-1-4-brown-500-box-qua50260/product_827906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-14-x-19-canvas-art/product_312927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-11117/product_557115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-touch-screen-wipes-office-share-pack-200-pack-dmhj/product_887547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-6-currency-envelopes-3-3-8-x-6-brown-500-box-qua50662/product_389378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-16-x-20-wood-frame-art/product_312932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hyper-cln-screen-cloth-3-pack-hcncl/product_24411736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-11-x-11-white-matted-wood-frame-ali1114-w1111mf/product_2083798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-192/product_939499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-12-x-15-1-2-light-kraft-250-box-41965/product_377400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-15-light-kraft-100-box-54301/product_2622381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card-100-email-delivery/product_1946101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-14-staples-chipboard-pad-530-case-cp1114/product_948223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-document-envelopes-10-x-15-cameo-buff-100-box-qua54416/product_887691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-11-x-14-black-matted-black-frame-nd098-b1114bmf/product_2079535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fantastik-multi-surface-disinfectant-degreaser-fresh-scent-1-gal-4-carton-5588608/product_1979978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/11-x-17-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr132/product_23978125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0874-w1114bmf/product_2081728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-night-redi-strip-deposit-bags-opaque-100-box-45228/product_902799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fat-brain-toy-co-animalogic/product_274362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-aerosol-ocean-scent-8-8-oz-2-pack-48312/product_24561373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/feather-flags/product_24564648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-24-x-32-canvas-art/product_491864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-7-coin-and-small-parts-envelope-3-5-x-6-5-kraft-500-box-qua50765/product_24582372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-10-x-13-brown-100-box-43711/product_802225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-1-16-x-12-1-16-x-12-3-4-4-1-gallon-plastic-jug-haz-mat-shipping-box-20-bundle/product_947086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-twin-pack/product_SS176633752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:32:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-car-air-freshener-cartridge-gain-original-scent-0-06-fl-oz-3077201109/product_24552292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-madonna-meatpacking-16-x-20-black-frame-art/product_812677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-gain-original-scent-0-87-fl-oz-3-pack-54341/product_24561374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-downy-april-fresh-scent-0-87-fl-oz-3-pack-52369/product_24561380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-4-deluxe-literature-mailers-50-bundle-mfl1294/product_833122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-9-5-x-12-5-kraft-250-box-qua43662/product_377345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-by-rio-11-x-14-black-matted-silver-frame-ma077-s1114bmf/product_2076631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-6-literature-mailer-50-bundle/product_949030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-mediterranean-lavender-scent-0-87-fl-oz-3-pack-54367/product_24561378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-9-x-12-brown-kraft-100-box-qua43567/product_813429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-with-2-oil-refills-downy-april-fresh-scent-0-87-fl-oz-4174/product_24602149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-1-8-x9-1-4-x6-1-2-Partners-Brand-Literature-Mailers-50-Bundle-ML1296K/product_1578476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-9-x-12-white-100-box-qua43517/product_822734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-10-double-window-envelopes-4-1-8-x-9-1-2-white-500-box-qua24559/product_886849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-wove-500-box-21418/product_458294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-13-x12-13-x13-56-Hazmat-Shipping-Box-350-ECT-10-Bundle-HAZCO15G/product_948904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-24-server-rack-screws-50-pack-nickel-plated/product_IM17FY698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-5-x-12-5-x-6-32-ect-shipping-boxes/product_24410441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-30-x-47-canvas-art/product_317475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-moonlight-breeze-with-gain-scent-8-8-oz-2-pack-97809/product_2519639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-hawaiian-aloha-scent-8-8-oz-2-pack-97794/product_2519627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-11-x-14-white-matted-black-frame-ma0620-b1114mf/product_2082104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-75-x-10-5-cool-shield-bubble-mailer-3-16-silver-50-case-inm1210/product_23978159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-linen-sky-scent-8-8-oz-96256/product_2519629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-8-double-window-envelope-3-5-8-x-8-5-8-white-wove-1000-pack-24539-1000/product_23996467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-fabric-spray-downy-scent-27-fl-oz-25221/product_2728768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spring-renewal-scent-8-8-oz-96254/product_2519631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0620-w1620bmf/product_2086222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-1000-pack-24529-1000/product_23996113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-35-x-47-canvas-art-ma0620-c3547gg/product_2080664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-L-x-12-W-x-40-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS121240/product_426277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-bowl-display-for-pegboard-slatwall/product_2230228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-plastic-pull-tight-seal-green-100-case-se1005g/product_192037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-popularity-everyone-is-doing-it-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0970-b1620mf/product_2086671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-gls-2x4-pol/product_24514710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-security-tinted-10-treated-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box/product_683586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-mt-2x4-pol/product_24514702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-slatwall-shelf-bracket-chrome/product_1677970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0570-c3047gg/product_2076949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-skyline-license-plate-by-design-turnpike-10-x-19-canvas-art-ali1282-c1019gg/product_2083636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-ridge-clasp-catalog-envelope-6-x-9-kraft-100-box-43055/product_813606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-1-4-metal-wire-binding-spine-35-sheet-capacity-black-25-pack-52539/product_804707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelope-9-x-12-brown-100-box-qua43563/product_2708508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-1-4-plastic-binding-spine-comb-20-sheet-capacity-black-100-pack-52366/product_572697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-9-l-x-12-h-kraft-25-box-qua93334/product_445595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-12-shipping-boxes-32-ect-brown-25-bundle-121012/product_814107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1611/product_361527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-2-shelf-metal-mobile-mail-cart-with-dual-wheel-front-casters-chrome-40912/product_556936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-w-x-30-l-x-8-d-gusseted-polyethylene-poly-bag-4-0-mil-250-carton-29944-cc/product_685756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-sleeves-for-cd-dvd-white-paper-100-box-qua62903/product_518057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-3-4-plastic-binding-spine-comb-150-sheet-capacity-navy-100-pack-52392/product_813123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-metal-wire-binding-spine-80-sheet-capacity-black-25-pack-52541/product_812794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-100-pack-52325/product_573266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-5-insulated-shipping-containers-1-5-thick-4-carton/product_831631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-car-air-freshener-cartridge-gain-original-scent-0-06-fl-oz-3077201109/product_24552292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-6-32-ect-shipping-boxes/product_24409311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-madonna-meatpacking-16-x-20-black-frame-art/product_812677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-gain-original-scent-0-87-fl-oz-3-pack-54341/product_24561374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-downy-april-fresh-scent-0-87-fl-oz-3-pack-52369/product_24561380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-4-deluxe-literature-mailers-50-bundle-mfl1294/product_833122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-9-5-x-12-5-kraft-250-box-qua43662/product_377345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-by-rio-11-x-14-black-matted-silver-frame-ma077-s1114bmf/product_2076631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-9-x-12-brown-kraft-100-box-qua43567/product_813429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-mediterranean-lavender-scent-0-87-fl-oz-3-pack-54367/product_24561378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-6-literature-mailer-50-bundle/product_949030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-1-8-x9-1-4-x6-1-2-Partners-Brand-Literature-Mailers-50-Bundle-ML1296K/product_1578476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-9-x-12-white-100-box-qua43517/product_822734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-10-double-window-envelopes-4-1-8-x-9-1-2-white-500-box-qua24559/product_886849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-with-2-oil-refills-downy-april-fresh-scent-0-87-fl-oz-4174/product_24602149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-wove-500-box-21418/product_458294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-24-server-rack-screws-50-pack-nickel-plated/product_IM17FY698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-13-x12-13-x13-56-Hazmat-Shipping-Box-350-ECT-10-Bundle-HAZCO15G/product_948904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-5-x-12-5-x-6-32-ect-shipping-boxes/product_24410441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-30-x-47-canvas-art/product_317475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-moonlight-breeze-with-gain-scent-8-8-oz-2-pack-97809/product_2519639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-hawaiian-aloha-scent-8-8-oz-2-pack-97794/product_2519627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-11-x-14-white-matted-black-frame-ma0620-b1114mf/product_2082104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-75-x-10-5-cool-shield-bubble-mailer-3-16-silver-50-case-inm1210/product_23978159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-linen-sky-scent-8-8-oz-96256/product_2519629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-8-double-window-envelope-3-5-8-x-8-5-8-white-wove-1000-pack-24539-1000/product_23996467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-fabric-spray-downy-scent-27-fl-oz-25221/product_2728768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spring-renewal-scent-8-8-oz-96254/product_2519631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0620-w1620bmf/product_2086222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-1000-pack-24529-1000/product_23996113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-plastic-pull-tight-seal-green-100-case-se1005g/product_192037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-bowl-display-for-pegboard-slatwall/product_2230228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-L-x-12-W-x-40-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS121240/product_426277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-35-x-47-canvas-art-ma0620-c3547gg/product_2080664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-popularity-everyone-is-doing-it-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0970-b1620mf/product_2086671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-gls-2x4-pol/product_24514710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-security-tinted-10-treated-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box/product_683586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-slatwall-shelf-bracket-chrome/product_1677970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-mt-2x4-pol/product_24514702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-skyline-license-plate-by-design-turnpike-10-x-19-canvas-art-ali1282-c1019gg/product_2083636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0570-c3047gg/product_2076949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-ridge-clasp-catalog-envelope-6-x-9-kraft-100-box-43055/product_813606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-1-4-metal-wire-binding-spine-35-sheet-capacity-black-25-pack-52539/product_804707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelope-9-x-12-brown-100-box-qua43563/product_2708508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-12-shipping-boxes-32-ect-brown-25-bundle-121012/product_814107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-1-4-plastic-binding-spine-comb-20-sheet-capacity-black-100-pack-52366/product_572697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-9-l-x-12-h-kraft-25-box-qua93334/product_445595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1611/product_361527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-2-shelf-metal-mobile-mail-cart-with-dual-wheel-front-casters-chrome-40912/product_556936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-w-x-30-l-x-8-d-gusseted-polyethylene-poly-bag-4-0-mil-250-carton-29944-cc/product_685756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-sleeves-for-cd-dvd-white-paper-100-box-qua62903/product_518057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-3-4-plastic-binding-spine-comb-150-sheet-capacity-navy-100-pack-52392/product_813123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-metal-wire-binding-spine-80-sheet-capacity-black-25-pack-52541/product_812794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-100-pack-52325/product_573266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-5-insulated-shipping-containers-1-5-thick-4-carton/product_831631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-6-32-ect-shipping-boxes/product_24409311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-l-x-16-h-white-25-box-quar4292/product_813459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-multi-depth-shipping-boxes-brown-25-bundle-md12108/product_481752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-x-16-white-100-carton-quar4520/product_892994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-standard-shipping-boxes-32-ect-kraft-25-bundle-121008/product_481809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-35-x-47-canvas-art/product_312632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-11-x-3-deluxe-literature-mailers-50-bundle-mfl12113k/product_1004867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-flap-stik-self-seal-catalog-envelope-9-x-12-white-50-box-quar1462/product_901463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-9-shelf-storage-organizer-16-h-x-28-1-4-w-x-13-d-blue/product_329517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-9-16-metal-wire-binding-spine-130-sheet-capacity-black-fel5255601/product_2614486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-6-shelf-storage-organizer-18-h-x-12-w-x-13-1-4-d-purple/product_331340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-self-seal-air-bubble-mailers-side-seam-3-white-9-w-x-12-l-25-bx/product_75790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-11-x-14-white-matted-wood-frame-ali1123-w1114mf/product_2077526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-carbon-air-purifier-filter-4-pack-9324201/product_24576674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-4-mil-pink-500-carton-4050/product_940072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-35-x-47-canvas-art-ali1123-c3547gg/product_2080765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-6-mil-clear-500-carton-3840a/product_939360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-10-32-ect-shipping-boxes/product_24408002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pro-am4-flex-true-hepa-tower-air-purifier-5-speed-silver-white-am4-flex/product_24542913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-black-frame-art/product_493089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-bar-i-cork-bar-0-08-x-4-aluminum-frame-2006/product_463284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-arc-cubicle-painted-steel-dry-erase-whiteboard-aluminum-frame-1-x-1-arc1411/product_689623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-arc-cubicle-painted-steel-dry-erase-whiteboard-aluminum-frame-2-x-1-arc2414/product_689618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-se-hepa-carbon-air-purifier-filter-13-x-10-dia-9787801/product_24551129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-shipping-boxes-44-ect-25-pack-bs121212hdx/product_24406925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-bulletin-bar-ii-cork-bar-black-plastic-frame-1-h-x-18-w-2350-1/product_12938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-22-x-32-canvas-art/product_503059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-16-shipping-boxes-32-ect-brown-25-bundle-121216/product_557453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-35-x-47-canvas-art/product_503534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-18-corrugated-kraft-boxes-25-bundle-bs121218mdx/product_24408550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-amaris-125-thermal-cold-laminator-12-5-width-white-gray-8058101/product_24499629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-anti-fatigue-wellness-floor-mat-36-l-x-24-w-polyurethane-8707002/product_24356832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-2-shipping-box-200-ect-25-bundle-12122/product_1503813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-contour-fabric-bulletin-board-black-frame-3-h-x-4-w-7694g/product_463285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preludio-18-x-18-canvas-art/product_33879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-24-shipping-boxes-white-25-bundle-241212w/product_481720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-board-gray-frame-2-x-1-5-q192317w00-stpr/product_24477226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-presence-of-a-rival-by-cateyes-canvas-ready-to-hang-22x32-inches/product_253353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-boards-frameless-1-h-x-1-w-102/product_457619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-array-as2-true-hepa-floor-standing-air-purifier-5-speed-white-5884501/product_24563195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-cubicle-hangers-black-pair-7502/product_519421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-40-shipping-boxes-32-ect-brown-20-bundle-bs121240/product_2647527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cayman-beach-full-canvas-art-24x32-inches/product_247901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-dry-erase-magnets-assorted-colors-2-pack-26251/product_1742321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-150c-hands-free-cross-cut-commercial-shredder-4680001/product_1973990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-dry-erase-magnets-assorted-colors-3-pack-26252/product_1742301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-bags-32-gal-50-box-36055/product_54521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-l-x-16-h-white-25-box-quar4292/product_813459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-3-mil-clear-1000-carton-6190/product_24449509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stand-white-100098501/product_24602324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-multi-depth-shipping-boxes-brown-25-bundle-md12108/product_481752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-x-16-white-100-carton-quar4520/product_892994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-standard-shipping-boxes-32-ect-kraft-25-bundle-121008/product_481809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-35-x-47-canvas-art/product_312632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-11-x-3-deluxe-literature-mailers-50-bundle-mfl12113k/product_1004867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-flap-stik-self-seal-catalog-envelope-9-x-12-white-50-box-quar1462/product_901463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-9-shelf-storage-organizer-16-h-x-28-1-4-w-x-13-d-blue/product_329517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-9-16-metal-wire-binding-spine-130-sheet-capacity-black-fel5255601/product_2614486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-6-shelf-storage-organizer-18-h-x-12-w-x-13-1-4-d-purple/product_331340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-self-seal-air-bubble-mailers-side-seam-3-white-9-w-x-12-l-25-bx/product_75790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-11-x-14-white-matted-wood-frame-ali1123-w1114mf/product_2077526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-carbon-air-purifier-filter-4-pack-9324201/product_24576674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-4-mil-pink-500-carton-4050/product_940072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-35-x-47-canvas-art-ali1123-c3547gg/product_2080765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-6-mil-clear-500-carton-3840a/product_939360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-10-32-ect-shipping-boxes/product_24408002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-pro-am4-flex-true-hepa-tower-air-purifier-5-speed-silver-white-am4-flex/product_24542913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-black-frame-art/product_493089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-bar-i-cork-bar-0-08-x-4-aluminum-frame-2006/product_463284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-arc-cubicle-painted-steel-dry-erase-whiteboard-aluminum-frame-1-x-1-arc1411/product_689623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-arc-cubicle-painted-steel-dry-erase-whiteboard-aluminum-frame-2-x-1-arc2414/product_689618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-se-hepa-carbon-air-purifier-filter-13-x-10-dia-9787801/product_24551129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-shipping-boxes-44-ect-25-pack-bs121212hdx/product_24406925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-bulletin-bar-ii-cork-bar-black-plastic-frame-1-h-x-18-w-2350-1/product_12938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-22-x-32-canvas-art/product_503059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-16-shipping-boxes-32-ect-brown-25-bundle-121216/product_557453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-35-x-47-canvas-art/product_503534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-amaris-125-thermal-cold-laminator-12-5-width-white-gray-8058101/product_24499629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-18-corrugated-kraft-boxes-25-bundle-bs121218mdx/product_24408550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-2-shipping-box-200-ect-25-bundle-12122/product_1503813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-anti-fatigue-wellness-floor-mat-36-l-x-24-w-polyurethane-8707002/product_24356832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-contour-fabric-bulletin-board-black-frame-3-h-x-4-w-7694g/product_463285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preludio-18-x-18-canvas-art/product_33879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-24-shipping-boxes-white-25-bundle-241212w/product_481720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-board-gray-frame-2-x-1-5-q192317w00-stpr/product_24477226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-presence-of-a-rival-by-cateyes-canvas-ready-to-hang-22x32-inches/product_253353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-boards-frameless-1-h-x-1-w-102/product_457619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-array-as2-true-hepa-floor-standing-air-purifier-5-speed-white-5884501/product_24563195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-cubicle-hangers-black-pair-7502/product_519421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-40-shipping-boxes-32-ect-brown-20-bundle-bs121240/product_2647527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cayman-beach-full-canvas-art-24x32-inches/product_247901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-dry-erase-magnets-assorted-colors-2-pack-26251/product_1742321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-150c-hands-free-cross-cut-commercial-shredder-4680001/product_1973990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-dry-erase-magnets-assorted-colors-3-pack-26252/product_1742301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-bags-32-gal-50-box-36055/product_54521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-3-mil-clear-1000-carton-6190/product_24449509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stand-white-100098501/product_24602324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stands-black-100098500/product_24602325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-ireland-green-canvas-art-12x32-inches/product_247932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-monitor-stand-black-100098502/product_24602323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-business-card-self-sealing-laminating-pouches-business-card-5-mil-5-pack-5220101/product_572893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-los-angeles-canvas-art-8x24-inches/product_247607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-cubicle-dry-erase-whiteboard-2-5-x-2-pdec1830/product_2399937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-mobile-presentation-whiteboard-easel-silver-base-3-x-4-ecm43g/product_2730200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-classic-presentation-cover-8-74-x-11-26-navy-50-pack-52126/product_326911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-staples-peel-seal-poly-mailer-5-pk-51632/product_1669038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-8-x-4-g9648b/product_229995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12175/product_691992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-invisamount-magnetic-glass-dry-erase-whiteboard-74-x-42-q0142741mw1/product_24584813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-green-1000-carton-pb534g/product_23978017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-clear-1000-carton-6687/product_939254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-little-giant-felt-chalkboard-eraser-1-h-x-2-w-x-5-d-black-804526/product_500645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-gel-non-skid-wrist-rest/product_SS235089920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-times-square-canvas-art-12x32-inches/product_247689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-painted-steel-dry-erase-whiteboard-metal-frame-17-x23-13766/product_1739904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-clear-25-pack-52043/product_789338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-trees-canvas-art-10x32-inches/product_247693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-desk-tray-stacking-supports-steel-black-set-63112/product_120022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-melamine-dry-erase-whiteboard-9-x-12-b12-900962a/product_24462922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretoria-south-africa-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0781-c2232gg/product_2077301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-clear-1000-carton-4345a/product_24449676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-letter-size-navy-50-pack-52124/product_789347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-6-mil-clear-250-carton-3845a/product_939361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-premium-magnetic-3-in-1-glass-board-eraser-silver-sfeb3/product_2730204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-self-sealing-padded-evertec-mailer-5-kraft-100-carton-5tmeco/product_24468679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-1500-90-gauge-cast-stretch-wrap-clear-4-carton-sf129cast/product_481764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-fortishred-2250c-14-sheet-cross-cut-commercial-shredder-4616001/product_284817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-fortishred-hs-440-4-sheet-super-cross-cut-high-security-shredder-3306301/product_898312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-30-x-47-canvas-art/product_314995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2360/product_939929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-2-mil-clear-1000-carton-535/product_427144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-square-format-14-x-14-canvas-art/product_314998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-lined-presentation-covers-8-5-w-x-11-h-clear-25-pack-5224501/product_804703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-3-mil-clear-1000-carton-870/product_939709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-4-mil-clear-500-carton-1205/product_939791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-6-mil-clear-500-carton-8445/product_692490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-graphite-frame-3-x-2-cp32p2/product_230006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-medium-extreme-medical-padded-mailer-25-case-kp121625xl/product_24415540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-presentation-covers-8-75-w-x-11-25-h-navy-25-pack-5224801/product_804704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-graphite-frame-4-x-3-4mcp43p2/product_230169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-01-16-x-24-canvas-art/product_818019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stands-black-100098500/product_24602325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-02-35-x-35-canvas-art/product_817710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-ireland-green-canvas-art-12x32-inches/product_247932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-monitor-stand-black-100098502/product_24602323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-business-card-self-sealing-laminating-pouches-business-card-5-mil-5-pack-5220101/product_572893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-los-angeles-canvas-art-8x24-inches/product_247607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-mobile-presentation-whiteboard-easel-silver-base-3-x-4-ecm43g/product_2730200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-cubicle-dry-erase-whiteboard-2-5-x-2-pdec1830/product_2399937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-staples-peel-seal-poly-mailer-5-pk-51632/product_1669038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-classic-presentation-cover-8-74-x-11-26-navy-50-pack-52126/product_326911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-8-x-4-g9648b/product_229995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12175/product_691992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-invisamount-magnetic-glass-dry-erase-whiteboard-74-x-42-q0142741mw1/product_24584813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-green-1000-carton-pb534g/product_23978017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-clear-1000-carton-6687/product_939254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-little-giant-felt-chalkboard-eraser-1-h-x-2-w-x-5-d-black-804526/product_500645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-gel-non-skid-wrist-rest/product_SS235089920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-times-square-canvas-art-12x32-inches/product_247689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-painted-steel-dry-erase-whiteboard-metal-frame-17-x23-13766/product_1739904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-clear-25-pack-52043/product_789338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-trees-canvas-art-10x32-inches/product_247693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-desk-tray-stacking-supports-steel-black-set-63112/product_120022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-melamine-dry-erase-whiteboard-9-x-12-b12-900962a/product_24462922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretoria-south-africa-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0781-c2232gg/product_2077301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-clear-1000-carton-4345a/product_24449676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-letter-size-navy-50-pack-52124/product_789347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-6-mil-clear-250-carton-3845a/product_939361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-premium-magnetic-3-in-1-glass-board-eraser-silver-sfeb3/product_2730204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-15-self-sealing-padded-evertec-mailer-5-kraft-100-carton-5tmeco/product_24468679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-1500-90-gauge-cast-stretch-wrap-clear-4-carton-sf129cast/product_481764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-fortishred-2250c-14-sheet-cross-cut-commercial-shredder-4616001/product_284817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-fortishred-hs-440-4-sheet-super-cross-cut-high-security-shredder-3306301/product_898312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2360/product_939929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-30-x-47-canvas-art/product_314995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-square-format-14-x-14-canvas-art/product_314998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-lined-presentation-covers-8-5-w-x-11-h-clear-25-pack-5224501/product_804703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-3-mil-clear-1000-carton-870/product_939709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-4-mil-clear-500-carton-1205/product_939791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-6-mil-clear-500-carton-8445/product_692490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-graphite-frame-3-x-2-cp32p2/product_230006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-medium-extreme-medical-padded-mailer-25-case-kp121625xl/product_24415540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-presentation-covers-8-75-w-x-11-25-h-navy-25-pack-5224801/product_804704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-graphite-frame-4-x-3-4mcp43p2/product_230169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-01-16-x-24-canvas-art/product_818019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-2-mil-clear-1000-carton-535/product_427144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-02-35-x-35-canvas-art/product_817710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-11-x-14-black-frame-art/product_496524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-total-erase-dry-erase-whiteboard-steel-frame-6-x-4-3640te/product_490055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-shelf-rack-mounts-to-wall-black-36-w-x-9-h/product_891996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-wrist-rest-graphite-91737/product_818542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-2-mil-clear-1000-carton-540/product_939608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-heat-and-soothe-back-support-black-9190001/product_892412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-3-mil-clear-500-carton-6200/product_24449513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-16-x-20-black-frame-art/product_315493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-12-63-x-11-25-laptop-stand-black-gray-8212001/product_24462757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-20-gusseted-poly-bags-1-5-mil-clear-500-carton-pbg135/product_23977878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quercetti-lacing-abc-123-play-montessori-activity-set-qrc2808/product_24515362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-monitor-stand-up-to-21-white-gray-9311101/product_85702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-545/product_939610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-mod1528/product_685726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-16-x-20-black-frame-art/product_313423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-2000-60-gauge-blown-stretch-wrap-clear-4-carton-sf126/product_449806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quest-protein-chips-gluten-free-ranch-tortilla-chips-1-1-oz-8-bags-pack-307-00242/product_24454520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quest-protein-chips-gluten-free-nacho-tortilla-chips-1-1-oz-8-bags-pack-307-00241/product_24454528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-24-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12190/product_361466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-pro-2-nylon-silver-crowd-control-belt-barrier-different-belt-color/product_SS235021015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-jupiter-125-thermal-cold-laminator-12-5-width-white-5746301/product_24501231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-provenance-by-sheila-golden-ready-to-hang/product_254716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-500-2-nylon-crowd-control-traffic-retracting-belt-unit-red-white-cp500o-rw100/product_24472658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-2-mil-clear-1000-carton-550/product_939611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-3-mil-clear-500-carton-885/product_939713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0588-c1219gg/product_2079129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-110-13-steel-aluminum-crowd-control-barricade-yellow-black-fpa110-yb/product_24472682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-laminating-film-roll-10-mil-16-5221601/product_789342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-16-x-20-black-frame-mt0588-b1620mf/product_2083292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-160-16-steel-crowd-control-barricade-yellow-black-fpa160-yb/product_24472673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-30-layflat-poly-bags-6-mil-clear-250-carton-8465/product_361205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0588-c3047gg/product_2076928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-please-enter-here-temporary-traffic-control-sign-7-x-11-black-white-s711b-01/product_24472679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-gray-ash-desk-base-sold-separately-9650001/product_24356987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps120-c1414gg-early-riser-by-pat-saunders-white-14-x-14-frameless-art/product_1554141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-11-retractable-belt-barrier-yellow-qm550b-yw110/product_24485279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-mahogany-desk-base-sold-separately-9650501/product_24356981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x-30-white-desk-base-sold-separately-9649201/product_24356975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-2-corrugated-mailers-50-bundle-m1242/product_1578511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps128-c1414gg-nugget-by-pat-saunders-white-14-x-14-frameless-art/product_1554133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-5-32-Staples-Blue-Paper-Twist-Tie-2000-Case/product_948694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-72-x30-gray-ash-desk-base-sold-separately-9650201/product_24356978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-500-75-gauge-pvc-shrink-film-clear-shpvc1275r/product_667635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-layflat-poly-bags-4-mil-clear-1000-box-pb1120/product_427264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-12-3-4-2-1-gallon-plastic-jug-haz-mat-shipping-box-20-bundle/product_947085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c1818gg-on-your-mark-by-pat-saunders-white-18-x-18-frameless-art/product_1554113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-11-x-14-black-frame-art/product_496524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c3535gg-on-your-mark-by-pat-saunders-white-35-x-35-frameless-art/product_1554111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-4-corrugated-mailers-50-bundle-m1264/product_831823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-yellow-black-qm550b-yb110/product_24485252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps132-c3535gg-radar-by-pat-saunders-white-35-x-35-frameless-art/product_1554107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-total-erase-dry-erase-whiteboard-steel-frame-6-x-4-3640te/product_490055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quartet-shelf-rack-mounts-to-wall-black-36-w-x-9-h/product_891996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-wrist-rest-graphite-91737/product_818542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-2-mil-clear-1000-carton-540/product_939608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-heat-and-soothe-back-support-black-9190001/product_892412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-3-mil-clear-500-carton-6200/product_24449513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-16-x-20-black-frame-art/product_315493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-20-gusseted-poly-bags-1-5-mil-clear-500-carton-pbg135/product_23977878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-12-63-x-11-25-laptop-stand-black-gray-8212001/product_24462757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quercetti-lacing-abc-123-play-montessori-activity-set-qrc2808/product_24515362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-monitor-stand-up-to-21-white-gray-9311101/product_85702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-545/product_939610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-mod1528/product_685726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-2000-60-gauge-blown-stretch-wrap-clear-4-carton-sf126/product_449806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-16-x-20-black-frame-art/product_313423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quest-protein-chips-gluten-free-ranch-tortilla-chips-1-1-oz-8-bags-pack-307-00242/product_24454520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quest-protein-chips-gluten-free-nacho-tortilla-chips-1-1-oz-8-bags-pack-307-00241/product_24454528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-24-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12190/product_361466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-pro-2-nylon-silver-crowd-control-belt-barrier-different-belt-color/product_SS235021015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-jupiter-125-thermal-cold-laminator-12-5-width-white-5746301/product_24501231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-provenance-by-sheila-golden-ready-to-hang/product_254716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-500-2-nylon-crowd-control-traffic-retracting-belt-unit-red-white-cp500o-rw100/product_24472658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-2-mil-clear-1000-carton-550/product_939611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-3-mil-clear-500-carton-885/product_939713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0588-c1219gg/product_2079129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-110-13-steel-aluminum-crowd-control-barricade-yellow-black-fpa110-yb/product_24472682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-laminating-film-roll-10-mil-16-5221601/product_789342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-16-x-20-black-frame-mt0588-b1620mf/product_2083292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-160-16-steel-crowd-control-barricade-yellow-black-fpa160-yb/product_24472673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-30-layflat-poly-bags-6-mil-clear-250-carton-8465/product_361205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0588-c3047gg/product_2076928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-please-enter-here-temporary-traffic-control-sign-7-x-11-black-white-s711b-01/product_24472679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-gray-ash-desk-base-sold-separately-9650001/product_24356987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps120-c1414gg-early-riser-by-pat-saunders-white-14-x-14-frameless-art/product_1554141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-11-retractable-belt-barrier-yellow-qm550b-yw110/product_24485279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-mahogany-desk-base-sold-separately-9650501/product_24356981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x-30-white-desk-base-sold-separately-9649201/product_24356975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-2-corrugated-mailers-50-bundle-m1242/product_1578511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps128-c1414gg-nugget-by-pat-saunders-white-14-x-14-frameless-art/product_1554133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-5-32-Staples-Blue-Paper-Twist-Tie-2000-Case/product_948694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-72-x30-gray-ash-desk-base-sold-separately-9650201/product_24356978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-500-75-gauge-pvc-shrink-film-clear-shpvc1275r/product_667635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-layflat-poly-bags-4-mil-clear-1000-box-pb1120/product_427264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-12-3-4-2-1-gallon-plastic-jug-haz-mat-shipping-box-20-bundle/product_947085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c1818gg-on-your-mark-by-pat-saunders-white-18-x-18-frameless-art/product_1554113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c3535gg-on-your-mark-by-pat-saunders-white-35-x-35-frameless-art/product_1554111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-4-corrugated-mailers-50-bundle-m1264/product_831823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-yellow-black-qm550b-yb110/product_24485252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps132-c3535gg-radar-by-pat-saunders-white-35-x-35-frameless-art/product_1554107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-4-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs120604/product_24408584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-ve-sit-stand-single-workstation-black-2750862/product_2750862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-6-corrugated-kraft-boxes-25-bundle-bs120606x/product_24409440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-blue-pro300b-bl160/product_24485256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-gray-pro300b-gy160/product_24485289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-green-pro300b-gn160/product_24485258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx200-12-sheet-micro-cut-shredder-5015101/product_24403770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-maroon-pro300b-mn160/product_24485260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-b1620mf-a-very-long-story-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-8-shipping-boxes-32-ect-brown-25-bundle-1268/product_557501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-red-pro300b-rd160/product_24485297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx220-20-sheet-micro-cut-commercial-shredder-5015501/product_24403771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-8-reclosable-poly-bags-2-mil-clear-1000-pack-pb3640/product_24409835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-yellow-pro300b-yw160/product_24485265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx220-20-sheet-micro-cut-shredder-5015401/product_24403772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx820-classic-desktop-stapler-20-sheet-capacity-white-5011401/product_24517283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1605/product_939854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-blue-pro300ps-bl160/product_24485283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-gray-pro300ps-gy160/product_24485280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-green-pro300ps-gn160/product_24485284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-b1114mf-bouquet-of-colors-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-b1620mf-bouquet-of-colors-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx870-easypress-desktop-stapler-40-sheet-capacity-white-5014501/product_24550051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-c1624gg-bouquet-of-colors-by-philippe-sainte-laudy-16-x-24-frmls-art/product_1551079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-8-32-ect-shipping-boxes/product_24410333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-c2232gg-bouquet-of-colors-by-philippe-sainte-laudy-22-x-32-frmls-art/product_1553334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lyra-comb-binding-machine-30-sheet-capacity-white-gray-5603001/product_24441790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-2-corrugated-mailers-50-bundle-mlr1292/product_1499824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0299-c2232gg-breath-of-fresh-air-by-philippe-sainte-laudy-22x32-frmls-art/product_1553333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-red-yellow-black-spro335r-yb335/product_24472630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-3-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs120903/product_24406498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-orange-yellow-black-spro335o-yb335/product_24472623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-yellow-red-white-spro335y-rw335/product_24472627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-nylon-crowd-control-belt-barrier-yellow-black-spro335y-yb335/product_24472601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-b1114mf-distances-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-8-shipping-boxes-32-ect-brown-25-bundle-1298/product_576000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-monitor-arms/product_SS131312122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-neptune-3-125-thermal-cold-laminator-12-5-width-silver-black-5721401/product_70457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-Gauge-Cast-Stretch-Film-18-x-1500-4-Case/product_449805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-back-support-graphite-9191301/product_24403519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-c3047gg-endless-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-5-sheet-1-5-pol/product_24469149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-monitor-metal-document-holder-mount-with-clip-guide-bar-black-silver-8033301/product_565337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-wmr250b-ybc110/product_24472629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-c1219gg-eternity-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-gls-3x5-pol-dpf/product_24471368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-plastic-laptop-riser-6-5-x-15-06-x-10-5-black-silver-8036701/product_IM1L73444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-4-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs120604/product_24408584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-wmr250b-ybo110/product_24472618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-2x4-pis/product_24514643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c1219gg-ethereal-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-tape-dispenser-black-silver-8032701/product_565284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-6-corrugated-kraft-boxes-25-bundle-bs120606x/product_24409440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-ve-sit-stand-single-workstation-black-2750862/product_2750862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-blue-pro300b-bl160/product_24485256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-gray-pro300b-gy160/product_24485289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-green-pro300b-gn160/product_24485258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-maroon-pro300b-mn160/product_24485260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx200-12-sheet-micro-cut-shredder-5015101/product_24403770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-b1620mf-a-very-long-story-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-8-shipping-boxes-32-ect-brown-25-bundle-1268/product_557501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx220-20-sheet-micro-cut-commercial-shredder-5015501/product_24403771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-red-pro300b-rd160/product_24485297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx820-classic-desktop-stapler-20-sheet-capacity-white-5011401/product_24517283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx220-20-sheet-micro-cut-shredder-5015401/product_24403772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-8-reclosable-poly-bags-2-mil-clear-1000-pack-pb3640/product_24409835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-blue-pro300ps-bl160/product_24485283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-yellow-pro300b-yw160/product_24485265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1605/product_939854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-gray-pro300ps-gy160/product_24485280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-green-pro300ps-gn160/product_24485284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-b1114mf-bouquet-of-colors-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-b1620mf-bouquet-of-colors-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lx870-easypress-desktop-stapler-40-sheet-capacity-white-5014501/product_24550051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-c1624gg-bouquet-of-colors-by-philippe-sainte-laudy-16-x-24-frmls-art/product_1551079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-8-32-ect-shipping-boxes/product_24410333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-c2232gg-bouquet-of-colors-by-philippe-sainte-laudy-22-x-32-frmls-art/product_1553334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-lyra-comb-binding-machine-30-sheet-capacity-white-gray-5603001/product_24441790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-2-corrugated-mailers-50-bundle-mlr1292/product_1499824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0299-c2232gg-breath-of-fresh-air-by-philippe-sainte-laudy-22x32-frmls-art/product_1553333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-red-yellow-black-spro335r-yb335/product_24472630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-3-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs120903/product_24406498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-orange-yellow-black-spro335o-yb335/product_24472623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-yellow-red-white-spro335y-rw335/product_24472627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-nylon-crowd-control-belt-barrier-yellow-black-spro335y-yb335/product_24472601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-b1114mf-distances-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-8-shipping-boxes-32-ect-brown-25-bundle-1298/product_576000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-monitor-arms/product_SS131312122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-neptune-3-125-thermal-cold-laminator-12-5-width-silver-black-5721401/product_70457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-Gauge-Cast-Stretch-Film-18-x-1500-4-Case/product_449805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-back-support-graphite-9191301/product_24403519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-c3047gg-endless-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-5-sheet-1-5-pol/product_24469149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-monitor-metal-document-holder-mount-with-clip-guide-bar-black-silver-8033301/product_565337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-wmr250b-ybc110/product_24472629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-c1219gg-eternity-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-gls-3x5-pol-dpf/product_24471368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-plastic-laptop-riser-6-5-x-15-06-x-10-5-black-silver-8036701/product_IM1L73444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-wmr250b-ybo110/product_24472618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-2x4-pis/product_24514643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c1219gg-ethereal-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-tape-dispenser-black-silver-8032701/product_565284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-blue-wmr250o-bl110/product_24472570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-3x4-pol/product_24514755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-4x6-pis/product_24514610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c3047gg-ethereal-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-4x6-pol/product_24514576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-red-wmr250o-rwa110/product_24472561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c1219gg-excited-oxygen-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-black-wmr250o-ybc110/product_24472678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr250o-ybcip110/product_24472645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-steel-wire-mesh-double-coat-hook-black/product_806701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-w1620mf-excited-oxygen-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-2x2-pol/product_24514621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-3x3-pis/product_24514722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-mouse-pad-wrist-rest-combo-black-chevron-9549901/product_2343113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-mouse-pad-wrist-rest-combo-multicolor-9179301/product_102280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-4x4-pis/product_24514699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-wrist-rest-multicolor-9179401/product_102281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-2x2-pol/product_24514585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-wrist-rest-pink-flowers-9179101/product_2614455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-wrist-rest-with-microban/product_SS235019222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-plastic-document-stand-with-clip-guide-bar-platinum-graphite-fel21126/product_916892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-yellow-wmr250r-ybo110/product_24472546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-adjustable-monitor-arm-up-to-32-black-8043301/product_2736570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-dual-stacking-adjustable-monitor-arm-up-to-32-black-8043401/product_2736569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-wmr250y-ybcip110/product_24472609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-rounded-pol/product_24488364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-b1114mf-isolated-by-philippe-sainte-laudy-11-x-14-framed-art-wht-mtd/product_1551919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-c1219gg-isolated-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-wrist-rest-graphite-9252301/product_935289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-c2232gg-isolated-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-c3047gg-isolated-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1554027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-w1620mf-isolated-by-philippe-sainte-laudy-20-x-16-framed-art-wht-mtd/product_1551057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-13-x-17-75-self-sealing-bubble-mailer-6-25-carton-st56614b/product_909750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-polyester-mouse-pad-non-skid-rubber-backing-blue-58021/product_901384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-11c-11-sheet-cross-cut-personal-shredder-4350001/product_24369207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-11-blue-glamour-bubble-mailer-48-carton/product_947339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-barrier-orange-yellow-wmr300o-ybc160/product_24472564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-15c-15-sheet-cross-cut-personal-shredder-4819701/product_24484510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-c1219gg-let-it-be-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-c2232gg-let-it-be-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-425ci-30-sheet-cross-cut-commercial-shredder-38425/product_407529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-b1114mf-light-branch-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-c1219gg-light-branch-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-W-x-18-L-6-0-mil-Staples-Reclosable-Poly-Bags-250-Case-6R1318250PK/product_693219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-c2232gg-light-branch-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-2-corrugated-shipping-box-200-ect-25-bundle-13102/product_1503818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-black-wmr300o-ob160/product_24485278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-blue-wmr250o-bl110/product_24472570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-75cs-12-sheet-cross-cut-personal-shredder-4675701/product_398767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c1624gg-monch-switzerland-by-philippe-sainte-laudy-24-x-16-frmls-art/product_1550904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-red-wmr300o-rd160/product_24472656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-3x4-pol/product_24514755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-4x6-pis/product_24514610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c3047gg-ethereal-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-4x6-pol/product_24514576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-red-wmr250o-rwa110/product_24472561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c1219gg-excited-oxygen-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-black-wmr250o-ybc110/product_24472678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr250o-ybcip110/product_24472645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-steel-wire-mesh-double-coat-hook-black/product_806701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-w1620mf-excited-oxygen-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-2x2-pol/product_24514621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-3x3-pis/product_24514722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-mouse-pad-wrist-rest-combo-black-chevron-9549901/product_2343113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-mouse-pad-wrist-rest-combo-multicolor-9179301/product_102280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-4x4-pis/product_24514699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-wrist-rest-multicolor-9179401/product_102281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-2x2-pol/product_24514585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-wrist-rest-pink-flowers-9179101/product_2614455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-photo-gel-wrist-rest-with-microban/product_SS235019222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-plastic-document-stand-with-clip-guide-bar-platinum-graphite-fel21126/product_916892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-yellow-wmr250r-ybo110/product_24472546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-adjustable-monitor-arm-up-to-32-black-8043301/product_2736570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-dual-stacking-adjustable-monitor-arm-up-to-32-black-8043401/product_2736569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-wmr250y-ybcip110/product_24472609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-rounded-pol/product_24488364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-b1114mf-isolated-by-philippe-sainte-laudy-11-x-14-framed-art-wht-mtd/product_1551919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-c1219gg-isolated-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-wrist-rest-graphite-9252301/product_935289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-c2232gg-isolated-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-c3047gg-isolated-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1554027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-w1620mf-isolated-by-philippe-sainte-laudy-20-x-16-framed-art-wht-mtd/product_1551057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-13-x-17-75-self-sealing-bubble-mailer-6-25-carton-st56614b/product_909750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-polyester-mouse-pad-non-skid-rubber-backing-blue-58021/product_901384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-11-blue-glamour-bubble-mailer-48-carton/product_947339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-barrier-orange-yellow-wmr300o-ybc160/product_24472564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-15c-15-sheet-cross-cut-personal-shredder-4819701/product_24484510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-c1219gg-let-it-be-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-c2232gg-let-it-be-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-425ci-30-sheet-cross-cut-commercial-shredder-38425/product_407529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-b1114mf-light-branch-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-11c-11-sheet-cross-cut-personal-shredder-4350001/product_24369207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-c1219gg-light-branch-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-W-x-18-L-6-0-mil-Staples-Reclosable-Poly-Bags-250-Case-6R1318250PK/product_693219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-c2232gg-light-branch-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-2-corrugated-shipping-box-200-ect-25-bundle-13102/product_1503818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-black-wmr300o-ob160/product_24485278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-75cs-12-sheet-cross-cut-personal-shredder-4675701/product_398767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c1624gg-monch-switzerland-by-philippe-sainte-laudy-24-x-16-frmls-art/product_1550904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-red-wmr300o-rd160/product_24472656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c3047gg-monch-switzerland-by-philippe-sainte-laudy-47-x-30-frmls-art/product_1554023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-99ms-14-sheet-micro-cut-high-security-shredder-4609001/product_56408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-b1620mf-month-sun-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1550940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-6-shipping-boxes-32-ect-brown-25-bundle-13116/product_411779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-9-shipping-boxes-32-ect-brown-25-bundle-13119/product_814183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-w1114mf-month-sun-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-yw160/product_24472615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-black-wmr300r-bk160/product_24472569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-13-32-ect-shipping-boxes/product_24410520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-black-wmr300r-rb160/product_24485287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c1219gg-oxygen-generator-by-philippe-sainte-laudy-19-x-12-frmls-art/product_1552431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-orange-wmr300r-or160/product_24472548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-premium-imagelast-thermal-laminating-pouches-letter-size-3-mil-150-pack-5200509/product_848468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rwd110/product_24472677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c3047gg-oxygen-generator-by-philippe-sainte-laudy-47-x-30-frmls-art/product_1554021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-3-standard-corrugated-shipping-box-200-ect-25-bundle-13133/product_1504097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c2232gg-peace-in-switzerland-by-philippe-sainte-laudy-22x32-frmls-art/product_1553290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-wmr300r-rwa110/product_24472606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-presentation-cover-8-74-x-11-26-white-200-pack-52137/product_2614453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybc110/product_24472665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-14-layflat-poly-bags-1-mil-clear-1000-carton-2378/product_361028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c3047gg-peace-in-switzerland-by-philippe-sainte-laudy-30x47-frmls-art/product_1554020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-byw160/product_24485271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-b1620mf-power-source-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-17-1-2-silver-glamour-bubble-mailer-100-carton/product_947639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-17-5-glamour-bubble-mailer-red-100-carton-gbm1317r/product_947638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c3047gg-power-source-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-white-wmr300y-rwa110/product_24472664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-quasar-e-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5216901/product_683696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-wmr300y-rwn160/product_24472560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-steel-crowd-control-belt-barrier-black-yellow-wmr300o-yb160/product_24472610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2381/product_692239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-7-shipping-boxes-32-ect-brown-25-bundle-1397/product_408463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwn350/product_24485292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-shredder-bags-7-gal-100-box-36052/product_464202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-b1114mf-tranquil-scene-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-100-gauge-pvc-shrink-film-clear-100-carton-shb1422h/product_947658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-12-pack-51595-cc/product_657402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-standard-back-support-black-91905/product_486000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-c3047gg-tranquil-scene-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-self-sealing-bubble-mailer-00-56541/product_657394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-7-piece-multipurpose-emergency-flood-pump-kit-qdpk3/product_24474089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-duffel-bag-flood-control-kit-14pk/product_24474092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-control-kit-12-qddufffb-34/product_24474062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-gate-side-rail-set-4-qdfgsides/product_24474076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c3047gg-monch-switzerland-by-philippe-sainte-laudy-47-x-30-frmls-art/product_1554023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-25-pack-52007/product_804802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-25-pack-52033/product_572887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-7-8-x-11-7-8-white-utility-flat-mailer-200-case/product_947734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-11-piece-indoor-flood-control-kit-wugg10-10/product_24474055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-b1620mf-month-sun-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1550940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-99ms-14-sheet-micro-cut-high-security-shredder-4609001/product_56408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-6-shipping-boxes-32-ect-brown-25-bundle-13116/product_411779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-w1114mf-month-sun-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-9-shipping-boxes-32-ect-brown-25-bundle-13119/product_814183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-yw160/product_24472615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-black-wmr300r-bk160/product_24472569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-13-32-ect-shipping-boxes/product_24410520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-black-wmr300r-rb160/product_24485287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c1219gg-oxygen-generator-by-philippe-sainte-laudy-19-x-12-frmls-art/product_1552431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-orange-wmr300r-or160/product_24472548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-premium-imagelast-thermal-laminating-pouches-letter-size-3-mil-150-pack-5200509/product_848468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rwd110/product_24472677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c3047gg-oxygen-generator-by-philippe-sainte-laudy-47-x-30-frmls-art/product_1554021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-3-standard-corrugated-shipping-box-200-ect-25-bundle-13133/product_1504097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c2232gg-peace-in-switzerland-by-philippe-sainte-laudy-22x32-frmls-art/product_1553290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-wmr300r-rwa110/product_24472606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-presentation-cover-8-74-x-11-26-white-200-pack-52137/product_2614453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybc110/product_24472665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-14-layflat-poly-bags-1-mil-clear-1000-carton-2378/product_361028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c3047gg-peace-in-switzerland-by-philippe-sainte-laudy-30x47-frmls-art/product_1554020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-byw160/product_24485271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-b1620mf-power-source-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-17-1-2-silver-glamour-bubble-mailer-100-carton/product_947639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-17-5-glamour-bubble-mailer-red-100-carton-gbm1317r/product_947638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c3047gg-power-source-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-white-wmr300y-rwa110/product_24472664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-quasar-e-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5216901/product_683696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-wmr300y-rwn160/product_24472560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-steel-crowd-control-belt-barrier-black-yellow-wmr300o-yb160/product_24472610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2381/product_692239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwn350/product_24485292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-7-shipping-boxes-32-ect-brown-25-bundle-1397/product_408463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-shredder-bags-7-gal-100-box-36052/product_464202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-b1114mf-tranquil-scene-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-100-gauge-pvc-shrink-film-clear-100-carton-shb1422h/product_947658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-12-pack-51595-cc/product_657402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-standard-back-support-black-91905/product_486000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-c3047gg-tranquil-scene-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-self-sealing-bubble-mailer-00-56541/product_657394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-7-piece-multipurpose-emergency-flood-pump-kit-qdpk3/product_24474089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-duffel-bag-flood-control-kit-14pk/product_24474092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-control-kit-12-qddufffb-34/product_24474062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-gate-side-rail-set-4-qdfgsides/product_24474076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-25-pack-52007/product_804802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-25-pack-52033/product_572887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-7-8-x-11-7-8-white-utility-flat-mailer-200-case/product_947734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-11-piece-indoor-flood-control-kit-wugg10-10/product_24474055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:35:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-3-mil-100-pack-52455/product_820782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-b1620mf-weeping-willow-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1553616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-single-bowl-counter-display/product_2230229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-5-mil-100-pack-52045/product_818780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-flood-bags/product_SS226547615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-c1624gg-weeping-willow-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-w1114mf-weeping-willow-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-w1620mf-weeping-willow-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1553615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-high-visibility-water-barrier-120-up-to-8-gal-10-box-qd610-10hv/product_24474061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-7-mil-100-pack-52041/product_814594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-8-32-ect-shipping-boxes/product_24409519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-liquid-lock-slurry-up-to-5-gal-lls-5/product_24474098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-100-Gauge-x-1500-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_946440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c3047gg-wet-rocks-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-flood-gate-flood-doorway-control-expands-40-45-qdfg40/product_1933042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-presentation-covers-letter-size-black-clear-10-pack-5222801/product_804687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-10-x-10-1-pack-qdwc1010/product_1933046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-6-shipping-boxes-ect-rated-kraft-25-bundle-bs141206/product_557464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-6-5-x-10-1-pack-qdwc610/product_1933049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-219/product_939508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad/product_SS235017809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c3047gg-candy-fields-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9182301/product_2660857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-b1620mf-cosmo-by-philippe-sainte-laudy-20-x-16-framed-art-wht-mtd/product_1553498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-c1219gg-cosmo-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1551159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-18-shipping-boxes-32-ect-brown-25-bundle-141418/product_574396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-18-shipping-boxes-corrugated-kraft-25-pack-bs141416/product_357825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-flood-barrier-204-up-to-14-gal-5-box-qd617-5/product_24544714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-w1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellows-i-spire-series-laptop-lift-9472401/product_1671139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/feltac-heavy-duty-felt-chair-pad-beige-2-pack-23100/product_1509808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-26-gusseted-poly-bags-1-5-mil-clear-500-carton-1493/product_692891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-26-gusseted-poly-bags-2-mil-clear-500-carton-1621/product_361531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2023-for-5-users-windows-mac-5101258/product_24536648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-36-shipping-boxes-32-ect-brown-20-bundle-bs141436/product_2647496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c3047gg-cosmo-duo-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1553980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-w1620mf-cosmo-duo-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c1624gg-cosmos-of-the-fields-by-philippe-sainte-laudy-16x24-frmls-art/product_1550980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quicken-classic-business-personal-for-1-user-windows-android-ios-download-170455/product_24571590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quicken-classic-deluxe-for-1-user-windows-mac-android-ios-download-170476/product_24581029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ferrero-rocher-assorted-hazelnut-milk-chocolate-truffle-1-3-oz-12-pack-220-02059/product_24542057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-220/product_939509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ferrero-rocher-collection-crispy-eggs-snack-size-hazelnut-milk-chocolate-pieces-3-5-oz-feu63205/product_24546217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-11-x-14-wood-frame-art/product_314690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiberlock-shockwave-rtu-disinfectant-128-oz-8316-1/product_24468875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fibre-metal-high-performance-faceshield-window-standard-style-clear-lens/product_857106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-30-x-47-canvas-art/product_314689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-3-mil-100-pack-52455/product_820782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-b1620mf-weeping-willow-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1553616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-single-bowl-counter-display/product_2230229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-5-mil-100-pack-52045/product_818780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-flood-bags/product_SS226547615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-c1624gg-weeping-willow-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-w1114mf-weeping-willow-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-w1620mf-weeping-willow-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1553615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-high-visibility-water-barrier-120-up-to-8-gal-10-box-qd610-10hv/product_24474061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-7-mil-100-pack-52041/product_814594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-8-32-ect-shipping-boxes/product_24409519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-liquid-lock-slurry-up-to-5-gal-lls-5/product_24474098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-100-Gauge-x-1500-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_946440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c3047gg-wet-rocks-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-flood-gate-flood-doorway-control-expands-40-45-qdfg40/product_1933042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-presentation-covers-letter-size-black-clear-10-pack-5222801/product_804687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-10-x-10-1-pack-qdwc1010/product_1933046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-6-shipping-boxes-ect-rated-kraft-25-bundle-bs141206/product_557464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-6-5-x-10-1-pack-qdwc610/product_1933049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-219/product_939508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad/product_SS235017809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c3047gg-candy-fields-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9182301/product_2660857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-b1620mf-cosmo-by-philippe-sainte-laudy-20-x-16-framed-art-wht-mtd/product_1553498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-c1219gg-cosmo-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1551159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-18-shipping-boxes-32-ect-brown-25-bundle-141418/product_574396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-18-shipping-boxes-corrugated-kraft-25-pack-bs141416/product_357825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-flood-barrier-204-up-to-14-gal-5-box-qd617-5/product_24544714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-w1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fellows-i-spire-series-laptop-lift-9472401/product_1671139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/feltac-heavy-duty-felt-chair-pad-beige-2-pack-23100/product_1509808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-26-gusseted-poly-bags-1-5-mil-clear-500-carton-1493/product_692891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-26-gusseted-poly-bags-2-mil-clear-500-carton-1621/product_361531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2023-for-5-users-windows-mac-5101258/product_24536648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-36-shipping-boxes-32-ect-brown-20-bundle-bs141436/product_2647496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c3047gg-cosmo-duo-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1553980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-w1620mf-cosmo-duo-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c1624gg-cosmos-of-the-fields-by-philippe-sainte-laudy-16x24-frmls-art/product_1550980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quicken-classic-business-personal-for-1-user-windows-android-ios-download-170455/product_24571590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quicken-classic-deluxe-for-1-user-windows-mac-android-ios-download-170476/product_24581029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ferrero-rocher-assorted-hazelnut-milk-chocolate-truffle-1-3-oz-12-pack-220-02059/product_24542057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-220/product_939509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ferrero-rocher-collection-crispy-eggs-snack-size-hazelnut-milk-chocolate-pieces-3-5-oz-feu63205/product_24546217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-11-x-14-wood-frame-art/product_314690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiberlock-shockwave-rtu-disinfectant-128-oz-8316-1/product_24468875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fibre-metal-high-performance-faceshield-window-standard-style-clear-lens/product_857106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-30-x-47-canvas-art/product_314689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fibre-metal-supereight-hard-cap-8-point-ratchet-blue/product_774267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-17-returnable-self-sealing-poly-mailer-500-carton-5205/product_24449619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-blues-16-x-20-black-frame-art/product_33727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-24-horse-hair-pushbroom-520/product_2837109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-3-x-180-polyester-elastic-bandages-2-pack-fp-eband-br-2pk/product_24571758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-3-x-180-polyester-elastic-bandages-2-pack-fp-eband-bd-2pk/product_24571757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-225/product_722841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-3-x-180-polyester-elastic-bandages-4-pack-fp-eband-4pk/product_24571761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-6-mil-clear-250-carton-8505/product_692529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quickie-long-lasting-heavy-duty-scrubber-sponge-6-pack-2052220/product_2836109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quickie-plastic-toilet-brush-with-caddy-multicolor-2055463/product_866696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-16-x-20-black-frame-art/product_503435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-navy-blue-100-box-fmn1001212/product_3035693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-35-x-47-canvas-art/product_502861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-3-mil-clear-500-carton-900/product_939716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-lilac-100-box-fmn100207/product_3035686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-16-x-20-wood-frame-art/product_495001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-navy-blue-200-box-fmn100420/product_3035672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-35-x-47-canvas-art/product_496172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-burgundy-100-box-fmn100214/product_3035703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-3-mil-clear-500-carton-901/product_939717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quiet-time-cd/product_871950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-lilac-200-box-fmn100414/product_3035668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-4-1-8-x-4-plastic-shelf-bin-red-36-case-binps102r/product_191413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-8-3-8-x-4-plastic-shelf-bin-clear-20-case-binps104cl/product_191258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-200-box-fmn100427/product_3035666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-100-box-fmn100217/product_3035694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-11-1-8-x-4-plastic-shelf-bin-green-8-case-binps114g/product_191193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-200-box-fmn100417/product_3035915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-36-x-14-shipping-boxes-brown-15-bundle-141436/product_948930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-4-x-4-corrugated-mailers-50-bundle-m1444/product_831821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quartz-abstract-by-kurt-shaffer-gallery-wrapped-24x32-inches/product_248853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-40-layflat-poly-bags-2-mil-clear-500-carton-564/product_939617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-8-3-8-x-4-plastic-shelf-bin-red-10-case-binp113r/product_191407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-50-box-fmn100387/product_3035662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-8-x-8-shipping-boxes-32-ect-brown-25-bundle-1488/product_411781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-50-box-fmn100385/product_3035667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-9-self-sealing-padded-evertec-eco-mailer-4-kraft-130-carton-4tmeco/product_24468678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-9-x-8-shipping-boxes-32-ect-brown-25-bundle-1498/product_574393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-acrylic-packing-tape-with-dispenser-2-6-mil-1-88-x-54-6-yds-clear-4-pack-st-qa264rda/product_482176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-laxtex-free/product_SS201789997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-11-x-14-wood-frame-art/product_317102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fibre-metal-supereight-hard-cap-8-point-ratchet-blue/product_774267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-cash-register-rolls-carbonless-2-ply-white-canary-2-1-4-x100-full-carton/product_1883571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-16-x-20-black-frame-art/product_317097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-17-returnable-self-sealing-poly-mailer-500-carton-5205/product_24449619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-blues-16-x-20-black-frame-art/product_33727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-24-horse-hair-pushbroom-520/product_2837109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-3-x-180-polyester-elastic-bandages-2-pack-fp-eband-br-2pk/product_24571758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-3-x-180-polyester-elastic-bandages-2-pack-fp-eband-bd-2pk/product_24571757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-225/product_722841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-3-x-180-polyester-elastic-bandages-4-pack-fp-eband-4pk/product_24571761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-6-mil-clear-250-carton-8505/product_692529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quickie-long-lasting-heavy-duty-scrubber-sponge-6-pack-2052220/product_2836109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quickie-plastic-toilet-brush-with-caddy-multicolor-2055463/product_866696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-16-x-20-black-frame-art/product_503435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-navy-blue-100-box-fmn1001212/product_3035693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-35-x-47-canvas-art/product_502861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-3-mil-clear-500-carton-900/product_939716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-lilac-100-box-fmn100207/product_3035686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-navy-blue-200-box-fmn100420/product_3035672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-16-x-20-wood-frame-art/product_495001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-35-x-47-canvas-art/product_496172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-burgundy-100-box-fmn100214/product_3035703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-3-mil-clear-500-carton-901/product_939717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quiet-time-cd/product_871950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-lilac-200-box-fmn100414/product_3035668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-4-1-8-x-4-plastic-shelf-bin-red-36-case-binps102r/product_191413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-200-box-fmn100427/product_3035666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-8-3-8-x-4-plastic-shelf-bin-clear-20-case-binps104cl/product_191258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-100-box-fmn100217/product_3035694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-11-1-8-x-4-plastic-shelf-bin-green-8-case-binps114g/product_191193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-200-box-fmn100417/product_3035915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-36-x-14-shipping-boxes-brown-15-bundle-141436/product_948930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-4-x-4-corrugated-mailers-50-bundle-m1444/product_831821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quartz-abstract-by-kurt-shaffer-gallery-wrapped-24x32-inches/product_248853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-40-layflat-poly-bags-2-mil-clear-500-carton-564/product_939617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-8-3-8-x-4-plastic-shelf-bin-red-10-case-binp113r/product_191407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-50-box-fmn100387/product_3035662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-8-x-8-shipping-boxes-32-ect-brown-25-bundle-1488/product_411781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-50-box-fmn100385/product_3035667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-9-self-sealing-padded-evertec-eco-mailer-4-kraft-130-carton-4tmeco/product_24468678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/14-x-9-x-8-shipping-boxes-32-ect-brown-25-bundle-1498/product_574393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-acrylic-packing-tape-with-dispenser-2-6-mil-1-88-x-54-6-yds-clear-4-pack-st-qa264rda/product_482176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-laxtex-free/product_SS201789997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-11-x-14-wood-frame-art/product_317102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-cash-register-rolls-carbonless-2-ply-white-canary-2-1-4-x100-full-carton/product_1883571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-16-x-20-black-frame-art/product_317097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-16-x-20-wood-frame-art/product_317103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/140776/product_140776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-22-x-32-canvas-art/product_317100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-hang-storage-bins-clear-6-carton-binp1516cl/product_190932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/144-x-2400-poly-sheeting-2-mil-clear-4390/product_940127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quilted-northern-ultra-soft-strong-2-ply-standard-toilet-paper-white-295-sheets-roll-18-rolls-case-946325/product_24428315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiji-water-23-67-fl-oz-6-bottles-pack-2-packs-carton-00067/product_24419842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fila-easy-adjust-speed-rope-05-62617/product_24445334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-11-x-14-black-frame-art/product_317104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-14-x-19-canvas-art/product_317106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-1-shelf-weathered-gray-g115002100/product_24522808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-2-shelves-weathered-gray-g115002300/product_24522812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-w-x-9-d-x-24-l-gusseted-poly-bag-3-0-mil-250-carton-29951-cc/product_685856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-10-x-4-shipping-boxes-32-ect-brown-25-bundle-15104/product_948979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-1000-90-gauge-cast-stretch-wrap-clear-4-carton-sfec159/product_496052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-1000-120-gauge-blown-stretch-wrap-clear-4-carton-sf151/product_449820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rain-forest-by-kathie-mccurdy-canvas-art-ready-to-hang-km018-c1824gg/product_248541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-black-b115007u/product_1677806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-11-x-14-black-matted-wood-frame-ma0621-w1114bmf/product_2082099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-iridescent-brass-40-ml/product_1721913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-pink-b115011u/product_1677813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-11-x-14-white-matted-wood-frame-ma0621-w1114mf/product_2082098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-red-b115008u/product_1677808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-ivory-black-104-ml/product_1721593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-payne-s-grey-40-ml-pack-of-2/product_1721794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-15-1-2-3-16-self-seal-bubble-pouches/product_24409708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-raw-sienna-40-ml-pack-of-2/product_1721792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense/product_SS233264920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-15-layflat-poly-bags-2-mil-clear-1000-carton-571/product_939620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-15-32-ect-shipping-boxes-25-bundle-cw57878/product_426302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-20-x-20-x-1-ua02-4/product_3018006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-blender-38-ml-pack-of-3-3pk-2100/product_2137789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-dianthus-pink-38-ml/product_1721859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-indian-yellow-38-ml/product_1721836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-5-shipping-boxes-32-ect-brown-25-bundle-15155/product_408460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filtrete-true-hepa-rap-filters-true-hepa-air-purifier-filter-12-x-6-75-x-2-fapf-f1n-4/product_3019641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-24-canvas-art/product_317115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-1500-120-gauge-cast-stretch-wrap-clear-4-carton-sf151cast/product_449804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-30-x-47-canvas-art/product_317117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raja-by-henri-meunier-canvas-art/product_255242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/finch-franklin-bonded-leather-computer-and-desk-chair-camel-chr10060b/product_24454824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/finch-franklin-bonded-leather-computer-and-desk-chair-cream-white-chr10060d/product_24454815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ranier-by-yale-gurney-ready-to-hang-canvas-art-18x24-inches/product_255676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-phthalo-turquoise-38-ml-2144/product_2169207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/find-it-4-x-6-tabbed-index-cards-assorted-colors-48-pack-ft07218/product_2229198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-16-x-20-wood-frame-art/product_317103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/find-it-heavy-duty-hanging-file-folder-legal-size-green-20-pack-ft07043/product_752703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-35-x-47-canvas-art/product_821709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/140776/product_140776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-22-x-32-canvas-art/product_317100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/radiation-hazard-w-graphic-7x7-rigid-plastic-danger-sign/product_545616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-hang-storage-bins-clear-6-carton-binp1516cl/product_190932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/144-x-2400-poly-sheeting-2-mil-clear-4390/product_940127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quilted-northern-ultra-soft-strong-2-ply-standard-toilet-paper-white-295-sheets-roll-18-rolls-case-946325/product_24428315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiji-water-23-67-fl-oz-6-bottles-pack-2-packs-carton-00067/product_24419842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fila-easy-adjust-speed-rope-05-62617/product_24445334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-1-shelf-weathered-gray-g115002100/product_24522808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-14-x-19-canvas-art/product_317106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-11-x-14-black-frame-art/product_317104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-2-shelves-weathered-gray-g115002300/product_24522812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-w-x-9-d-x-24-l-gusseted-poly-bag-3-0-mil-250-carton-29951-cc/product_685856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-10-x-4-shipping-boxes-32-ect-brown-25-bundle-15104/product_948979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-1000-90-gauge-cast-stretch-wrap-clear-4-carton-sfec159/product_496052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-1000-120-gauge-blown-stretch-wrap-clear-4-carton-sf151/product_449820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rain-forest-by-kathie-mccurdy-canvas-art-ready-to-hang-km018-c1824gg/product_248541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-black-b115007u/product_1677806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-11-x-14-black-matted-wood-frame-ma0621-w1114bmf/product_2082099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-iridescent-brass-40-ml/product_1721913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-pink-b115011u/product_1677813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-11-x-14-white-matted-wood-frame-ma0621-w1114mf/product_2082098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-red-b115008u/product_1677808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-ivory-black-104-ml/product_1721593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-payne-s-grey-40-ml-pack-of-2/product_1721794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-15-1-2-3-16-self-seal-bubble-pouches/product_24409708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-raw-sienna-40-ml-pack-of-2/product_1721792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense/product_SS233264920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-15-layflat-poly-bags-2-mil-clear-1000-carton-571/product_939620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-15-32-ect-shipping-boxes-25-bundle-cw57878/product_426302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-20-x-20-x-1-ua02-4/product_3018006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-blender-38-ml-pack-of-3-3pk-2100/product_2137789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-dianthus-pink-38-ml/product_1721859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-indian-yellow-38-ml/product_1721836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-5-shipping-boxes-32-ect-brown-25-bundle-15155/product_408460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/filtrete-true-hepa-rap-filters-true-hepa-air-purifier-filter-12-x-6-75-x-2-fapf-f1n-4/product_3019641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-24-canvas-art/product_317115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-1500-120-gauge-cast-stretch-wrap-clear-4-carton-sf151cast/product_449804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-30-x-47-canvas-art/product_317117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raja-by-henri-meunier-canvas-art/product_255242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/finch-franklin-bonded-leather-computer-and-desk-chair-camel-chr10060b/product_24454824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/finch-franklin-bonded-leather-computer-and-desk-chair-cream-white-chr10060d/product_24454815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ranier-by-yale-gurney-ready-to-hang-canvas-art-18x24-inches/product_255676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-phthalo-turquoise-38-ml-2144/product_2169207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/find-it-4-x-6-tabbed-index-cards-assorted-colors-48-pack-ft07218/product_2229198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/find-it-heavy-duty-hanging-file-folder-legal-size-green-20-pack-ft07043/product_752703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-35-x-47-canvas-art/product_821709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/radiation-hazard-w-graphic-7x7-rigid-plastic-danger-sign/product_545616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-18-reclosable-poly-bags-3-mil-clear-100-carton-6370/product_24450218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-11-x-11-white-matted-black-frame-ali1118-b1111mf/product_2083797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-19-gusseted-poly-bags-2-25-mil-white-500-carton-6730/product_24450224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/find-it-supply-caddy/product_SS134255152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-19-self-sealing-bubble-mailer-7-25-carton-st56650b/product_427576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raid-flying-insect-killer-7-aerosol-for-insects-outdoor-fresh-scent-15-oz-300816/product_1672099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-19-self-sealing-bubble-mailer-7-25-carton-tr56610b/product_813209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-18-x-18-canvas-art-ali1118-c1818gg/product_2085365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-24-x-24-canvas-art-ali1118-c2424gg/product_2078630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-20-expansion-self-sealing-poly-mailer-300-carton-5218/product_24449559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-238/product_361238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-20-reclosable-poly-bags-2-8-mil-clear-100-carton-stc364/product_23977976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-100-email-delivery/product_2792241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1575/product_948862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0443-c1624gg/product_2077814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card/product_SS203552968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0443-c3047gg/product_2080966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2398/product_692259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-emergency-shut-off-18x4-adhesive-vinylglow/product_554162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-24-layflat-poly-bags-3-mil-clear-500-carton-909/product_939723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-extinguisher-10x14-adhesive-glow/product_563672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-30-layflat-poly-bags-2-mil-clear-500-carton-576/product_692732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-extinguisher-18x4-adhesive-glow/product_554196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-tablet-stand-space-gray-10052/product_IM16C3575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand360-stand-for-laptops-10076/product_IM19HH139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-16-x-24-canvas-art/product_492621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-fighter-3-shade-billiard-pool-table-lamp-ff603/product_2211646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-fire-equipment-keep-clear-7x10-adhesive-vinylglow/product_558429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-30-x-47-canvas-art/product_491857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recruit-cigars-1899-canvas-art-30x47-inches/product_244975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-fire-exit-10x14-adhesive-vinylglow/product_563579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-26-x-32-canvas-art/product_315271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-brown-0063020/product_575526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-10-x-24-canvas-art/product_314641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-fire-extinguisher-right-arrow-10x14-adhesive-vinylglow/product_563583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-16-x-20-white-matted-silver-frame-rs012-s1620mf/product_2084845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1500-4x8-ft-invttn-100-mt-cl/product_352268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-vertical-file-cabinet-legal-4-drawer-black-31-1-2-d-truck-to-loading-dock/product_670530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-sky-blue-0063150/product_563253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-vertical-file-cabinet-legal-4-drawer-parchment-31-1-2-d-truck-to-loading-dock/product_670432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-x-1000-purple-0063330/product_563243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-100-gauge-pvc-shrink-film-clear-100-carton-shb1616h/product_947659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-legal-fire-resistant-vertical-cabinet-putty/product_670417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-Diameter-Single-Bowl-Floor-Display/product_2230236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-blossoms-35-x-47-canvas-art/product_317509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-alaska-state-9-x-4-25-0528025937/product_24539103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-fire-resistant-vertical-cabinet-putty/product_670464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-18-reclosable-poly-bags-3-mil-clear-100-carton-6370/product_24450218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-fire-resistant-vertical-cabinet-legal-size-black-inside-delivery-22131cbli/product_670425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0123-b1620mf/product_2085583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-11-x-11-white-matted-black-frame-ali1118-b1111mf/product_2083797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-19-gusseted-poly-bags-2-25-mil-white-500-carton-6730/product_24450224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/find-it-supply-caddy/product_SS134255152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-25-fire-resistant-vertical-cabinet-letter-2-dwr-parchment-27-3-4-h-x-17-3-4-w-x-25-d-truck-to-loading-dock/product_670089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-19-self-sealing-bubble-mailer-7-25-carton-st56650b/product_427576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raid-flying-insect-killer-7-aerosol-for-insects-outdoor-fresh-scent-15-oz-300816/product_1672099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-19-self-sealing-bubble-mailer-7-25-carton-tr56610b/product_813209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-18-x-18-canvas-art-ali1118-c1818gg/product_2085365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-24-x-24-canvas-art-ali1118-c2424gg/product_2078630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-20-expansion-self-sealing-poly-mailer-300-carton-5218/product_24449559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-238/product_361238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-20-reclosable-poly-bags-2-8-mil-clear-100-carton-stc364/product_23977976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-100-email-delivery/product_2792241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1575/product_948862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0443-c1624gg/product_2077814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card/product_SS203552968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0443-c3047gg/product_2080966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2398/product_692259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-24-layflat-poly-bags-3-mil-clear-500-carton-909/product_939723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-emergency-shut-off-18x4-adhesive-vinylglow/product_554162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-extinguisher-10x14-adhesive-glow/product_563672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/15-x-30-layflat-poly-bags-2-mil-clear-500-carton-576/product_692732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-extinguisher-18x4-adhesive-glow/product_554196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-tablet-stand-space-gray-10052/product_IM16C3575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand360-stand-for-laptops-10076/product_IM19HH139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-16-x-24-canvas-art/product_492621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-fighter-3-shade-billiard-pool-table-lamp-ff603/product_2211646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-fire-equipment-keep-clear-7x10-adhesive-vinylglow/product_558429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-30-x-47-canvas-art/product_491857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recruit-cigars-1899-canvas-art-30x47-inches/product_244975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-fire-exit-10x14-adhesive-vinylglow/product_563579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-26-x-32-canvas-art/product_315271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-brown-0063020/product_575526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-10-x-24-canvas-art/product_314641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-fire-extinguisher-right-arrow-10x14-adhesive-vinylglow/product_563583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-16-x-20-white-matted-silver-frame-rs012-s1620mf/product_2084845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1500-4x8-ft-invttn-100-mt-cl/product_352268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-vertical-file-cabinet-legal-4-drawer-black-31-1-2-d-truck-to-loading-dock/product_670530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-sky-blue-0063150/product_563253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-vertical-file-cabinet-legal-4-drawer-parchment-31-1-2-d-truck-to-loading-dock/product_670432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-x-1000-purple-0063330/product_563243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-100-gauge-pvc-shrink-film-clear-100-carton-shb1616h/product_947659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-legal-fire-resistant-vertical-cabinet-putty/product_670417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-Diameter-Single-Bowl-Floor-Display/product_2230236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-blossoms-35-x-47-canvas-art/product_317509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-alaska-state-9-x-4-25-0528025937/product_24539103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-fire-resistant-vertical-cabinet-putty/product_670464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-fire-resistant-vertical-cabinet-legal-size-black-inside-delivery-22131cbli/product_670425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0123-b1620mf/product_2085583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-25-fire-resistant-vertical-cabinet-letter-2-dwr-parchment-27-3-4-h-x-17-3-4-w-x-25-d-truck-to-loading-dock/product_670089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-florida-state-map-9-x-4-25-0528026003/product_24532865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-single-bowl-counter-display/product_2231672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-letter-2-drawer-black-27-3-4-h-x-17-3-4-w-x-31-9-16-d-truck-to-loading-dock/product_670468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-10-x-16-shipping-boxes-32-ect-brown-25-bundle-161016/product_947193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-black-2m1822-1bl/product_24560710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-11-x-11-white-matted-black-frame-psl0444-b1111mf/product_2083703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-11-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-161110/product_947194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-11-x-9-shipping-boxes-32-ect-brown-25-bundle-16119/product_557432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-18-x-18-canvas-art-psl0444-c1818gg/product_2085322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-delaware-and-maryland-state-map-9-x-4-13-0528025686/product_24532965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-10-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs161210/product_24406724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-kansas-state-map-9-5-x-4-0528025805/product_24532962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-11-x-14-black-matted-wood-frame-ma0624-w1114bmf/product_2082088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-oklahoma-state-map-9-x-4-13-0528025880/product_24532952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1491/product_361478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1619/product_361535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-19-d-4-1956-2bl/product_710058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-milwaukee-street-map-9-5-x-4-0528025104/product_24532958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-black-matted-black-frame-sg5735-b1114bmf/product_2081221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-locking-legal-parchment-32-06-4-2157-2pa/product_373201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-7-shipping-boxes-32-ect-brown-25-bundle-16127/product_948981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-shipping-boxes-brown-25-bundle-hd16128/product_405039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-white-matted-black-frame-sg5735-b1114mf/product_2081220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-9-shipping-boxes-32-ect-brown-25-bundle-16129r/product_947201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-12-x-19-canvas-art-sg5735-c1219gg/product_2081269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-23822cpa/product_132219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-the-ultimate-backseat-book-3-in-1-activity-book/product_24532964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-30-x-47-canvas-art-sg5735-c3047gg/product_2081132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-30-gusseted-poly-bags-2-mil-clear-250-carton-1624/product_361537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-14-x-14-canvas-art/product_33717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/random-house-costume-capers-lego-city-9780593483787/product_24557589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1495/product_361484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1625/product_939857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/random-house-i-love-being-me-9781984895608/product_24557631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/random-house-i-love-cake-9780593301371/product_24557585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-beige-37-5-w-inside-4-3822-cpa/product_668120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-11-x-14-wood-frame-art/product_314650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/random-house-i-love-my-grandma-9780593123409/product_24557635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-14-x-19-canvas-art/product_314646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-8-shipping-boxes-32-ect-brown-25-bundle-16148/product_557436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-22-x-32-canvas-art/product_314648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-1500-100-gauge-pvc-shrink-film-clear-shpvc16100/product_946442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-30-x-47-canvas-art/product_314649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-legal-black-25-06-d-4-2125-cbl/product_670465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-rose-26-x-32-canvas-art/product_315268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-florida-state-map-9-x-4-25-0528026003/product_24532865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-4-mil-clear-500-carton-1239/product_361139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-legal-parchment-31-56-d-4-2131-cpa/product_670531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-11-x-14-black-frame-art/product_502326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-single-bowl-counter-display/product_2231672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-11-x-14-wood-frame-art/product_499848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-letter-2-drawer-black-27-3-4-h-x-17-3-4-w-x-31-9-16-d-truck-to-loading-dock/product_670468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-10-x-16-shipping-boxes-32-ect-brown-25-bundle-161016/product_947193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-black-2m1822-1bl/product_24560710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-11-x-11-white-matted-black-frame-psl0444-b1111mf/product_2083703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-11-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-161110/product_947194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-11-x-9-shipping-boxes-32-ect-brown-25-bundle-16119/product_557432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-18-x-18-canvas-art-psl0444-c1818gg/product_2085322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-delaware-and-maryland-state-map-9-x-4-13-0528025686/product_24532965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-10-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs161210/product_24406724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-kansas-state-map-9-5-x-4-0528025805/product_24532962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-11-x-14-black-matted-wood-frame-ma0624-w1114bmf/product_2082088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-oklahoma-state-map-9-x-4-13-0528025880/product_24532952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1491/product_361478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1619/product_361535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-19-d-4-1956-2bl/product_710058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-milwaukee-street-map-9-5-x-4-0528025104/product_24532958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-black-matted-black-frame-sg5735-b1114bmf/product_2081221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-locking-legal-parchment-32-06-4-2157-2pa/product_373201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-7-shipping-boxes-32-ect-brown-25-bundle-16127/product_948981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-shipping-boxes-brown-25-bundle-hd16128/product_405039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-white-matted-black-frame-sg5735-b1114mf/product_2081220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-9-shipping-boxes-32-ect-brown-25-bundle-16129r/product_947201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-23822cpa/product_132219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-12-x-19-canvas-art-sg5735-c1219gg/product_2081269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-the-ultimate-backseat-book-3-in-1-activity-book/product_24532964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-30-gusseted-poly-bags-2-mil-clear-250-carton-1624/product_361537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-14-x-14-canvas-art/product_33717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-30-x-47-canvas-art-sg5735-c3047gg/product_2081132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/random-house-costume-capers-lego-city-9780593483787/product_24557589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1625/product_939857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1495/product_361484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/random-house-i-love-being-me-9781984895608/product_24557631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-11-x-14-wood-frame-art/product_314650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/random-house-i-love-cake-9780593301371/product_24557585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-beige-37-5-w-inside-4-3822-cpa/product_668120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/random-house-i-love-my-grandma-9780593123409/product_24557635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-14-x-19-canvas-art/product_314646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-8-shipping-boxes-32-ect-brown-25-bundle-16148/product_557436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-22-x-32-canvas-art/product_314648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-30-x-47-canvas-art/product_314649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-1500-100-gauge-pvc-shrink-film-clear-shpvc16100/product_946442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-legal-black-25-06-d-4-2125-cbl/product_670465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-rose-26-x-32-canvas-art/product_315268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-4-mil-clear-500-carton-1239/product_361139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-legal-parchment-31-56-d-4-2131-cpa/product_670531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-11-x-14-black-frame-art/product_502326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-11-x-14-wood-frame-art/product_499848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:37:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:37:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-25-06-d-inside-4-1825-cpa/product_668900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-11-shipping-boxes-32-ect-brown-25-bundle-161611/product_630592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-16-x-20-wood-frame-art/product_494330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-90-lb-cardstock-paper-white-60-sheets-pack-72271-pk3/product_24196980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-25-d-white-glove-delivery-included-4-1825-cbl/product_670437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0445-b1114mf/product_2079410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-30-x-47-canvas-art/product_492677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-16-x-24-canvas-art/product_499571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4-1831-cpa/product_670466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-emerald-green-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-coffee-2-1-2-in-x-3-3-4-in-pad-pack-of-3-3pk-aip31451/product_2130332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-jet-black-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1720299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0445-c3047gg/product_2080965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-library-green-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-tiger-ostramerium-flower-by-kurt-shaffer-11x14-frm-art-blk-mtd/product_1551259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-2-3-4-deluxe-literature-mailer-50-bundle/product_947485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-olive-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-31-56-d-4p1831-cpa/product_356158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-40-telescoping-inner-boxes-32-ect-brown-10-bundle-box-1-of-2-t161640inner/product_946865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4p1831-cbli/product_356368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-black-25-d-inside-4p1825-cbl/product_356372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-london-blue-2oz-bottle-3-pack-71988-pk3/product_1720644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-35-x-35-canvas-art/product_500139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-pure-sunshine-2-oz-bottle-pack-of-3-72083-pk3/product_1720641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4p1831-cpa/product_356361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-vertical-file-cabinet-letter-2-drawer-black-31-9-16-d-truck-to-loading-dock/product_356167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-11-x-14-white-matted-black-frame-ma0640-b1114mf/product_2082059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-lavender-0-5-oz-bottle-pack-of-6/product_1717542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-25-mil-clear-1000-carton-2902/product_939981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2405/product_939939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-3-drawer-legal-fireproof-file-cabinet-parchment-3-3121-cpai/product_2725799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-2-mil-clear-1000-carton-575/product_725946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-1-benzalkonium-chloride-antiseptic-spray-4-fl-oz-13-080/product_813143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-redstreake-pattern-collage-branches-and-blooms-14-x-19-canvas-886511944633/product_2575713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-3-mil-clear-500-carton-6225/product_24450208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-gold-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22053/product_2130280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-reclosable-poly-bags-1-5-mil-clear-500-pack-prr162015/product_24343806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-5-x-3-blue-metal-detectable-adhesive-bandages-40-box-g174/product_71733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflection-35-x-47-canvas-art/product_317610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-18-x-24-canvas-art/product_313934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-pearl-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22114/product_2130359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-75-x-3-large-heavy-woven-fingertip-adhesive-bandages-25-box-g163/product_71353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-26-x-32-canvas-art/product_313935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-pink-sherbet-lights-0-5-oz-bottle-pack-of-6-6pk-tal25665/product_2138303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-35-x-47-canvas-art/product_313936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-22-layflat-poly-bags-3-mil-clear-500-carton-pb4198/product_24328928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-w-x-3-l-adhesive-bandages-100-box-g122/product_898936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-x-3-plastic-adhesive-bandages-100-box-g106/product_898937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-25-06-d-inside-4-1825-cpa/product_668900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-11-piece-bleeding-control-wall-station-standard-kit-91481/product_24573167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-11-shipping-boxes-32-ect-brown-25-bundle-161611/product_630592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-16-x-20-wood-frame-art/product_494330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-90-lb-cardstock-paper-white-60-sheets-pack-72271-pk3/product_24196980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-112-pc-first-aid-kit-for-25-people-1050-fae-0103/product_800248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-25-d-white-glove-delivery-included-4-1825-cbl/product_670437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0445-b1114mf/product_2079410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-30-x-47-canvas-art/product_492677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-16-x-24-canvas-art/product_499571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4-1831-cpa/product_670466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-emerald-green-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-coffee-2-1-2-in-x-3-3-4-in-pad-pack-of-3-3pk-aip31451/product_2130332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-jet-black-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1720299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-tiger-ostramerium-flower-by-kurt-shaffer-11x14-frm-art-blk-mtd/product_1551259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0445-c3047gg/product_2080965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-library-green-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-2-3-4-deluxe-literature-mailer-50-bundle/product_947485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-olive-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-31-56-d-4p1831-cpa/product_356158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-40-telescoping-inner-boxes-32-ect-brown-10-bundle-box-1-of-2-t161640inner/product_946865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4p1831-cbli/product_356368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-black-25-d-inside-4p1825-cbl/product_356372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-london-blue-2oz-bottle-3-pack-71988-pk3/product_1720644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-35-x-35-canvas-art/product_500139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-pure-sunshine-2-oz-bottle-pack-of-3-72083-pk3/product_1720641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4p1831-cpa/product_356361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-vertical-file-cabinet-letter-2-drawer-black-31-9-16-d-truck-to-loading-dock/product_356167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-11-x-14-white-matted-black-frame-ma0640-b1114mf/product_2082059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-lavender-0-5-oz-bottle-pack-of-6/product_1717542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-25-mil-clear-1000-carton-2902/product_939981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2405/product_939939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-3-drawer-legal-fireproof-file-cabinet-parchment-3-3121-cpai/product_2725799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-2-mil-clear-1000-carton-575/product_725946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-1-benzalkonium-chloride-antiseptic-spray-4-fl-oz-13-080/product_813143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-redstreake-pattern-collage-branches-and-blooms-14-x-19-canvas-886511944633/product_2575713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-3-mil-clear-500-carton-6225/product_24450208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-gold-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22053/product_2130280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-20-reclosable-poly-bags-1-5-mil-clear-500-pack-prr162015/product_24343806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-5-x-3-blue-metal-detectable-adhesive-bandages-40-box-g174/product_71733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflection-35-x-47-canvas-art/product_317610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-18-x-24-canvas-art/product_313934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-pearl-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22114/product_2130359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-26-x-32-canvas-art/product_313935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-75-x-3-large-heavy-woven-fingertip-adhesive-bandages-25-box-g163/product_71353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-pink-sherbet-lights-0-5-oz-bottle-pack-of-6-6pk-tal25665/product_2138303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-a-millhouse-35-x-47-canvas-art/product_313936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-22-layflat-poly-bags-3-mil-clear-500-carton-pb4198/product_24328928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-w-x-3-l-adhesive-bandages-100-box-g122/product_898936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-x-3-plastic-adhesive-bandages-100-box-g106/product_898937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-11-piece-bleeding-control-wall-station-standard-kit-91481/product_24573167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-112-pc-first-aid-kit-for-25-people-1050-fae-0103/product_800248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-a-quiet-lake-30-x-47-canvas-art/product_314265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-jem-lake-18-x-24-canvas-art/product_314050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-brushed-corduroy-0-5-oz-reinker-bottle-pack-of-3/product_1721002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-refrelctions-of-azalea-blooms-18-x-24-canvas-art/product_313913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-30-layflat-poly-bags-3-mil-clear-500-carton-917/product_360996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-30-layflat-poly-bags-6-mil-clear-250-carton-8560/product_360999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-14-x-19-canvas-art/product_313071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-person-3-day-tornado-emergency-preparedness-kit-91056/product_24356136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-16-x-20-black-frame-art/product_313070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-36-gusseted-poly-bags-bags-on-a-roll-3-mil-clear-200-roll-1755r/product_939320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-w-1-ply-conforming-gauze-roll-bandage-2-per-box-b204/product_71728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-x-2-3-x-3-sterile-8-12-ply-gauze-dressing-pads-48-box-i228/product_2091409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-36-x-16-shipping-boxes-brown-10-bundle-161636/product_690544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-22-x-32-canvas-art/product_313073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-old-paper-0-5-oz-reinker-bottle-pack-of-3/product_1720984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-pumice-stone-pad-pack-of-3/product_1720975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-25-piece-bloodborne-pathogen-spill-kit-217-o/product_71277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-day-hurricane-emergency-preparedness-kit-91054/product_24356141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-6-core-polyester-strapping-machine-grade-sps5220/product_946390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-tumbled-glass-pad-pack-of-3/product_1720971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-sterile-12-ply-pads-20-box-i211/product_898939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reginald-higgins-the-continent-via-harwich-canvas-art-18x32-inches/product_244834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-vintage-photo-pad-pack-of-3/product_1721146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-weathered-wood-pad-pack-of-3/product_1720994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-9-x-3-shipping-boxes-32-ect-brown-25-bundle-1693/product_557427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-16-x-20-wood-frame-art/product_821447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x16-x2-3-4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL16162K/product_1578500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapesco-19mm-foldback-clips-assorted-emojis-powder-blue-100-clips/product_2768075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranpak-ready-roll-protective-paper-roll/product_SS131309190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-676-pc-first-aid-kit-for-150-people-90575/product_1725429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/168-poly-sheeting-4-mil-clear-cf414c/product_23978345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-7-bandage-shears-titanium-bonded-90292/product_940750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-8-piece-bleeding-control-kit-91483/product_24573168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0446-c2232gg/product_2077136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapid-5080e-staple-cartridge-5000-staples-cartridge-90220/product_488674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-11-x-14-wood-frame-art/product_315136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-24-canvas-art/product_315133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapidesign-architectural-and-contractors-templates-cb-architectural-1-8in-1ft-30396/product_1720548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-compliant-kit-16-units-plastic-90569/product_2715816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapidesign-electrical-drafting-and-design-templates-electrical-electronic-3-set-46381/product_2130071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-30-x-47-canvas-art-mt0728-c3047gg/product_2081636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-14-25-shipping-boxes-32-ect-brown-25-bundle-bs171114/product_2647418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-b-first-aid-kit-refill/product_2428891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-3-by-michael-tompsett-12-x-19-canvas-art-mt0729-c1219gg/product_2079029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-a-quiet-lake-30-x-47-canvas-art/product_314265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-12-x-19-canvas-art-mt0727-c1219gg/product_2079031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-jem-lake-18-x-24-canvas-art/product_314050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-5-x-6-shipping-boxes-32-ect-brown-25-bundle-17116r/product_630623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-brushed-corduroy-0-5-oz-reinker-bottle-pack-of-3/product_1721002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-refrelctions-of-azalea-blooms-18-x-24-canvas-art/product_313913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-30-layflat-poly-bags-3-mil-clear-500-carton-917/product_360996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-30-layflat-poly-bags-6-mil-clear-250-carton-8560/product_360999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-14-x-19-canvas-art/product_313071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-16-x-20-black-frame-art/product_313070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-person-3-day-tornado-emergency-preparedness-kit-91056/product_24356136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-36-gusseted-poly-bags-bags-on-a-roll-3-mil-clear-200-roll-1755r/product_939320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-w-1-ply-conforming-gauze-roll-bandage-2-per-box-b204/product_71728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-x-2-3-x-3-sterile-8-12-ply-gauze-dressing-pads-48-box-i228/product_2091409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-22-x-32-canvas-art/product_313073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-36-x-16-shipping-boxes-brown-10-bundle-161636/product_690544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-old-paper-0-5-oz-reinker-bottle-pack-of-3/product_1720984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-pumice-stone-pad-pack-of-3/product_1720975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-25-piece-bloodborne-pathogen-spill-kit-217-o/product_71277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-day-hurricane-emergency-preparedness-kit-91054/product_24356141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-6-core-polyester-strapping-machine-grade-sps5220/product_946390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-tumbled-glass-pad-pack-of-3/product_1720971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reginald-higgins-the-continent-via-harwich-canvas-art-18x32-inches/product_244834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-sterile-12-ply-pads-20-box-i211/product_898939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-vintage-photo-pad-pack-of-3/product_1721146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-weathered-wood-pad-pack-of-3/product_1720994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x-9-x-3-shipping-boxes-32-ect-brown-25-bundle-1693/product_557427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-16-x-20-wood-frame-art/product_821447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/16-x16-x2-3-4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL16162K/product_1578500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapesco-19mm-foldback-clips-assorted-emojis-powder-blue-100-clips/product_2768075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ranpak-ready-roll-protective-paper-roll/product_SS131309190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-676-pc-first-aid-kit-for-150-people-90575/product_1725429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/168-poly-sheeting-4-mil-clear-cf414c/product_23978345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-7-bandage-shears-titanium-bonded-90292/product_940750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-8-piece-bleeding-control-kit-91483/product_24573168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0446-c2232gg/product_2077136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapid-5080e-staple-cartridge-5000-staples-cartridge-90220/product_488674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-11-x-14-wood-frame-art/product_315136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-24-canvas-art/product_315133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapidesign-architectural-and-contractors-templates-cb-architectural-1-8in-1ft-30396/product_1720548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-compliant-kit-16-units-plastic-90569/product_2715816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapidesign-electrical-drafting-and-design-templates-electrical-electronic-3-set-46381/product_2130071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-30-x-47-canvas-art-mt0728-c3047gg/product_2081636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-14-25-shipping-boxes-32-ect-brown-25-bundle-bs171114/product_2647418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-b-first-aid-kit-refill/product_2428891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-3-by-michael-tompsett-12-x-19-canvas-art-mt0729-c1219gg/product_2079029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-12-x-19-canvas-art-mt0727-c1219gg/product_2079031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-5-x-6-shipping-boxes-32-ect-brown-25-bundle-17116r/product_630623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-antiseptic-wipes-refill-for-ansi-compliant-first-aid-kits-10-pack-an-337/product_825096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-30-x-47-canvas-art-mt0727-c3047gg/product_2086860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapidesign-technical-and-scientific-drafting-templates-r-47-laboratory-instruments-r47/product_2134701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-aspirin-pain-reliever-325-mg-2-tablets-packet-10-packets-box-fae-7004/product_222703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-11-x-11-white-matted-black-frame-ali1081-b1111mf/product_2083842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-7-8-x-23-7-8-staples-corrugated-layer-pad-50-bundle-bssp1723/product_947536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-10-5-insulated-shipping-containers-1-5-thick-246c/product_946208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rattleware-easy-steam-thermometer-7-stem-multicolor-7-l-x-1-75-d/product_2474602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ravensburger-gravitrax-interactive-track-system-starter-set-27597/product_24564483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bulk-metal-first-aid-kit-ansi-a-ansi-2015-25-people-89-pieces-white-90560/product_2716422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-11-x-2-1-2-literature-mailers-25-bundle-ml17112/product_1499827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-16-x-20-wood-frame-art/product_821417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-12-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-171210/product_947195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cohesive-elastic-bandage-wrap-you-can-tear-latex-free-2-x-5-yd-8-box-5-910-j611-lf/product_71324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cohesive-elastic-bandage-wrap-you-can-tear-latex-free-3-x-5-yd-4-box/product_71290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-ergo-human-mesh-mid-back-task-chair-blue/product_122786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-9-shipping-boxes-32-ect-brown-25-bundle-17149/product_408454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-fabric-4-x-4-multi-function-task-chair-black/product_122802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-deluxe-pro-15-piece-bleeding-control-kit-91138/product_24434870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-35-x-47-canvas-art/product_316514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-fabric-seat-breeze-4-leg-side-chair-black-frame-black/product_122831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-6-shipping-boxes-32-ect-brown-25-bundle-bs171706/product_2647411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-fabric-seat-breeze-4-leg-side-chair-with-caster-grey-2-carton/product_122828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-fabric-seat-flip-nesting-chair-with-arm-black-2-carton/product_122960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-9-insulated-shipping-containers-1-5-thick-250c/product_948817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-emergency-blanket-21-005-b502/product_71279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-mesh-fabric-dakota-2-guest-chair-black-2-carton/product_122962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-11-x-14-black-frame-art/product_312458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1799/product_630613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/175-5x7-flat-cards-square-pis/product_24502992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-fingertip-bandages-40-box-g126/product_802135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-24-x-32-canvas-art/product_312462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-25-people-94-pieces-white-91324/product_24542379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-6-shipping-boxes-32-ect-brown-25-bundle-18126r/product_414197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kits-113-pieces-white-25001/product_503995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-18-H-Shipping-Boxes-Brown-10-Bundle-HD1818DW/product_579331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-tape-paper-1-2-2-box/product_71329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-9-shipping-boxes-32-ect-brown-25-bundle-18129r/product_557452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-8-shipping-boxes-32-ect-brown-25-bundle-18128r/product_404767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-20-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-181820/product_630633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v4-pro-gaming-mechanical-keyboard-black-rz03-04680200-r3u1/product_24571242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-11-x-14-ma0150-b1114bmf/product_1725920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-instant-cold-compress-4-x-5-fae-6012/product_2071486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-goliathus-extended-chroma-mouse-pad-black-rz02-02500300-r3u1/product_24421197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-canvas-art-24x32-inches/product_250323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-antiseptic-wipes-refill-for-ansi-compliant-first-aid-kits-10-pack-an-337/product_825096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-6-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181806/product_426333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-30-x-47-canvas-art-mt0727-c3047gg/product_2086860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-aspirin-pain-reliever-325-mg-2-tablets-packet-10-packets-box-fae-7004/product_222703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-speed-canvas-art-24x32-inches/product_250312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rapidesign-technical-and-scientific-drafting-templates-r-47-laboratory-instruments-r47/product_2134701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-11-x-11-white-matted-black-frame-ali1081-b1111mf/product_2083842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-7-8-x-23-7-8-staples-corrugated-layer-pad-50-bundle-bssp1723/product_947536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-10-5-insulated-shipping-containers-1-5-thick-246c/product_946208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rattleware-easy-steam-thermometer-7-stem-multicolor-7-l-x-1-75-d/product_2474602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ravensburger-gravitrax-interactive-track-system-starter-set-27597/product_24564483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-11-x-2-1-2-literature-mailers-25-bundle-ml17112/product_1499827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bulk-metal-first-aid-kit-ansi-a-ansi-2015-25-people-89-pieces-white-90560/product_2716422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-16-x-20-wood-frame-art/product_821417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-12-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-171210/product_947195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cohesive-elastic-bandage-wrap-you-can-tear-latex-free-2-x-5-yd-8-box-5-910-j611-lf/product_71324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cohesive-elastic-bandage-wrap-you-can-tear-latex-free-3-x-5-yd-4-box/product_71290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-ergo-human-mesh-mid-back-task-chair-blue/product_122786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-9-shipping-boxes-32-ect-brown-25-bundle-17149/product_408454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-fabric-4-x-4-multi-function-task-chair-black/product_122802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-deluxe-pro-15-piece-bleeding-control-kit-91138/product_24434870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-35-x-47-canvas-art/product_316514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-fabric-seat-breeze-4-leg-side-chair-black-frame-black/product_122831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-6-shipping-boxes-32-ect-brown-25-bundle-bs171706/product_2647411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-fabric-seat-breeze-4-leg-side-chair-with-caster-grey-2-carton/product_122828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-fabric-seat-flip-nesting-chair-with-arm-black-2-carton/product_122960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-9-insulated-shipping-containers-1-5-thick-250c/product_948817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-mesh-fabric-dakota-2-guest-chair-black-2-carton/product_122962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-emergency-blanket-21-005-b502/product_71279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-11-x-14-black-frame-art/product_312458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/17-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1799/product_630613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/175-5x7-flat-cards-square-pis/product_24502992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-fingertip-bandages-40-box-g126/product_802135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-24-x-32-canvas-art/product_312462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-25-people-94-pieces-white-91324/product_24542379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-6-shipping-boxes-32-ect-brown-25-bundle-18126r/product_414197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kits-113-pieces-white-25001/product_503995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-18-H-Shipping-Boxes-Brown-10-Bundle-HD1818DW/product_579331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-tape-paper-1-2-2-box/product_71329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-9-shipping-boxes-32-ect-brown-25-bundle-18129r/product_557452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-8-shipping-boxes-32-ect-brown-25-bundle-18128r/product_404767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-20-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-181820/product_630633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v4-pro-gaming-mechanical-keyboard-black-rz03-04680200-r3u1/product_24571242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-11-x-14-ma0150-b1114bmf/product_1725920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-instant-cold-compress-4-x-5-fae-6012/product_2071486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-goliathus-extended-chroma-mouse-pad-black-rz02-02500300-r3u1/product_24421197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-canvas-art-24x32-inches/product_250323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-6-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181806/product_426333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-speed-canvas-art-24x32-inches/product_250312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-foot-operated-impulse-sealer-spbf18/product_946492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-hakluyt-map-of-the-new-world-1587-canvas-art-18x24-inches/product_245428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-leviathan-v2-x-computer-soundbar-gray-silver-rz05-04280100-r3u1/product_24571244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-ornata-v3-ergonomic-gaming-keyboard-black-rz03-04460200-r3u1/product_24536635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-ornata-v3-x-ergonomic-gaming-keyboard-black-rz03-04470200-r3u1/product_24532309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1000-120-gauge-blown-stretch-wrap-clear-4-carton-sf181/product_449821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1000-63-gauge-stretch-wrap-blue-4-carton-46834/product_24452397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razor-back-tempered-steel-rolled-step-round-trenching-ditching-shovel-5-3-4-in-w-11-1-2-in-l/product_790776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-8-shipping-boxes-32-ect-brown-25-bundle-18108/product_411806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-rz02-01070600-r3u2-goliathus-control-mouse-pad-4728024/product_24274463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-nustat-4-sterile-hemostatic-gauze-pad-91196-002/product_24566407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0542-b1620mf/product_2083464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-3-device-universal-remote-rcu300t/product_210356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-16-shipping-boxes-32-ect-brown-25-bundle-181216/product_574510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-physicianscare-smartcompliance-refill-eyewash-4-oz-fae-7016/product_2681660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-6-device-green-backlit-universal-remote-rcrn06gr/product_210156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-quicktreat-first-aid-kit-50-people-370-pieces-clear-blue-91407/product_24566367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-riding-the-fences-18-x-24-canvas-art/product_314113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-amplified-indoor-fm-and-tv-antenna-ant310f/product_2089003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-multidirectional-indoor-flat-hdtv-antenna-ant1400e/product_208988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-bs181204/product_630626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-42-piece-24-people-bleeding-control-cabinet-91521/product_24585435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-tp243whr-25-phone-line-cord-white-rcatp243whr/product_2423878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-vh914-12-stereo-cable-black/product_1419170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-7-5-x-10-large-password-keeper-book-black-10004-5/product_24502145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-small-bleeding-control-tote-bag-91540/product_24585440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-10-shipping-boxes-32-ect-brown-25-bundle-181410/product_557457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-5-x-3-fabric-knuckle-adhesive-bandages-20-box-fae-6200/product_2681610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-14-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd181414dw/product_405026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-75-w-x-2-l-fingertip-bandages-10-box-fae-3006/product_800255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-36-gusseted-poly-bags-3-mil-clear-200-carton-1756/product_361557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-8-32-ect-shipping-boxes/product_24408115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-iii-canvas-art-35x35-inches/product_250711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1500-70-gauge-cast-stretch-wrap-clear-4-carton-sf187cast/product_449795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1500-79-gauge-blown-stretch-wrap-clear-4-carton-cw58527/product_687958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-fishing-wharf-canvas-art-26x32-inches/product_250442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-flowers-in-a-blue-vase-canvas-art-24x32-inches/product_250372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/read-right-data-wipes-75-wipes-per-bag/product_68872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-flowers-in-a-gold-vase-canvas-art-35x47-inches/product_250376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-yellow-tinted-4-carton/product_2653207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-ansi-2021-class-a-conversion-kit-91365/product_24538326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-key-west-villa-canvas-art-35x47-inches/product_250400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-finger-cots-50-box-fae-6050/product_937958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-first-aid-refill-kit-241-pieces-50-people-90613/product_2108609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-foot-operated-impulse-sealer-spbf18/product_946492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/read-right-screenkleen-laptop-screen-cleaning-wipes-24-box-rr1217/product_47540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-202-pieces-white-kit-746004-021/product_2119981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-gel-refill-burn-dressing-3-5-gm-6-box-fae-7006/product_434067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-pacific-sunset-canvas-art-35x47-inches/product_250448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-hakluyt-map-of-the-new-world-1587-canvas-art-18x24-inches/product_245428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-leviathan-v2-x-computer-soundbar-gray-silver-rz05-04280100-r3u1/product_24571244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-ornata-v3-ergonomic-gaming-keyboard-black-rz03-04460200-r3u1/product_24536635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-ornata-v3-x-ergonomic-gaming-keyboard-black-rz03-04470200-r3u1/product_24532309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1000-120-gauge-blown-stretch-wrap-clear-4-carton-sf181/product_449821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1000-63-gauge-stretch-wrap-blue-4-carton-46834/product_24452397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razor-back-tempered-steel-rolled-step-round-trenching-ditching-shovel-5-3-4-in-w-11-1-2-in-l/product_790776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-8-shipping-boxes-32-ect-brown-25-bundle-18108/product_411806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/razer-rz02-01070600-r3u2-goliathus-control-mouse-pad-4728024/product_24274463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-nustat-4-sterile-hemostatic-gauze-pad-91196-002/product_24566407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0542-b1620mf/product_2083464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-3-device-universal-remote-rcu300t/product_210356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-16-shipping-boxes-32-ect-brown-25-bundle-181216/product_574510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-physicianscare-smartcompliance-refill-eyewash-4-oz-fae-7016/product_2681660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-6-device-green-backlit-universal-remote-rcrn06gr/product_210156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-riding-the-fences-18-x-24-canvas-art/product_314113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-quicktreat-first-aid-kit-50-people-370-pieces-clear-blue-91407/product_24566367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-amplified-indoor-fm-and-tv-antenna-ant310f/product_2089003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-multidirectional-indoor-flat-hdtv-antenna-ant1400e/product_208988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-bs181204/product_630626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-42-piece-24-people-bleeding-control-cabinet-91521/product_24585435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-tp243whr-25-phone-line-cord-white-rcatp243whr/product_2423878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rca-vh914-12-stereo-cable-black/product_1419170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-7-5-x-10-large-password-keeper-book-black-10004-5/product_24502145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-small-bleeding-control-tote-bag-91540/product_24585440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-10-shipping-boxes-32-ect-brown-25-bundle-181410/product_557457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-14-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd181414dw/product_405026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-5-x-3-fabric-knuckle-adhesive-bandages-20-box-fae-6200/product_2681610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-75-w-x-2-l-fingertip-bandages-10-box-fae-3006/product_800255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-8-32-ect-shipping-boxes/product_24408115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-36-gusseted-poly-bags-3-mil-clear-200-carton-1756/product_361557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-iii-canvas-art-35x35-inches/product_250711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1500-79-gauge-blown-stretch-wrap-clear-4-carton-cw58527/product_687958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-fishing-wharf-canvas-art-26x32-inches/product_250442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1500-70-gauge-cast-stretch-wrap-clear-4-carton-sf187cast/product_449795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-flowers-in-a-blue-vase-canvas-art-24x32-inches/product_250372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/read-right-data-wipes-75-wipes-per-bag/product_68872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-flowers-in-a-gold-vase-canvas-art-35x47-inches/product_250376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-yellow-tinted-4-carton/product_2653207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-ansi-2021-class-a-conversion-kit-91365/product_24538326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-key-west-villa-canvas-art-35x47-inches/product_250400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-first-aid-refill-kit-241-pieces-50-people-90613/product_2108609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-finger-cots-50-box-fae-6050/product_937958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/read-right-screenkleen-laptop-screen-cleaning-wipes-24-box-rr1217/product_47540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-gel-refill-burn-dressing-3-5-gm-6-box-fae-7006/product_434067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-202-pieces-white-kit-746004-021/product_2119981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-pacific-sunset-canvas-art-35x47-inches/product_250448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-202-pieces-white-kit-90580-021/product_2121133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/read-understand-with-leveled-texts-grade-k/product_872891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-241-pieces-white-kit-746000-021/product_1725438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reading-comprehension-colossal-concept-poster/product_138351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-paris-au-matin-canvas-art-18x24-inches/product_250450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-paris-au-matin-canvas-art-26x32-inches/product_250451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-first-aid-cabinet-ansi-class-b-100-people-344-pieces-white-91377/product_24585448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-3-conforming-gauze-sterile-1-per-box-fae-5006/product_800267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-18-staples-corrugated-sheet-50-bundle-sp1818/product_947537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-canvas-art-22x32-inches/product_250406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-giant-stampers-dinosaurs-6-per-set-2-sets-ce-6763-2/product_24511268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-giant-stampers-insects-6-per-set-2-sets-ce-6784-2/product_24511270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-18-32-ect-shipping-boxes-20-bundle-cw57292/product_415601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-giant-stampers-stamp-pad-kit-22-stampers-10-stamp-pads/product_24575797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-pink-pack-of-6-ce-6609-6/product_24518685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-brown-pack-of-6-ce-6611-6/product_24518686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-waves-iii-canvas-art-16x32-inches/product_250265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-yellow-pack-of-6-ce-6601-6/product_24518683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-powder-free-nitrile-exam-gloves-latex-free-large-4-box-fae-6018/product_800284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-sting-relief-wipes-and-hydrocortisone-cream-fae-7115/product_2681649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-19-gusseted-poly-bags-2-25-mil-white-500-carton-6735/product_24449645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-18-x-24-canvas-art/product_313928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-252/product_939523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-america-museum-putty-2-64-oz-pack-of-3-3pk-99111/product_2136105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-letters-black-4-italic-upper-lower-case/product_931791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-20-reclosable-poly-bags-2-mil-clear-500-carton-3679a/product_939343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-to-ship-labels-yellow-black-5-x-3-500-rl/product_573216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-to-jenne-farm-vermont-24-x-32-canvas-art/product_314054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-22-layflat-poly-bags-3-mil-clear-250-carton-6240/product_24449500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-antistatic-layflat-poly-bags-4-mil-pink-250-carton-12210/product_360954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-dough-paint-stampers-lowercase-alphabet-ce-6918/product_24384112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-feelings-10-pkg/product_883581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-trauma-pad-5-x-9-fae-6024/product_2476326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-tri-cut-waterproof-tape-w-plastic-spool/product_71727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2415/product_939941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-jumbo-circular-washable-stamp-pad-6-inch-primary-kit-ce-6616/product_876107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-by-ines-kouidis-24-x-24-canvas-art-ali0994-c2424gg/product_2078763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-7745/product_940212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-jumbo-washable-stamp-pad-hot-pink-6-2-l-x-4-1-w-pack-of-2-ce-10034-2/product_24568857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-havel-view-from-the-tarrytown-canvas-art-24x32-inches/product_246395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-triangle-grip-paint-brushes-1-size-6-per-set-2-sets-ce-6675-2/product_24568840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4152/product_940093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-14-x-14-canvas-stretched-190836278862/product_2576137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/real-images-paint-marker-pad-heavyweight-9-x-12-white-24-sheets-pack-of-12-pacmmk50154-12/product_24491667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-16-x-16-matted-framed-190836278947/product_2574458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-suffocation-warning-layflat-poly-bags-2-mil-clear-500-carton-16135/product_24442810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-202-pieces-white-kit-90580-021/product_2121133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-alert-big-button-telephone-with-emergency-key-and-remote-pendant-sfa3800/product_1148186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-26-layflat-poly-bags-6-mil-clear-250-carton-pb4226/product_24328971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/read-understand-with-leveled-texts-grade-k/product_872891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-241-pieces-white-kit-746000-021/product_1725438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-0-7-l-storage-box-transparent-smoke-0-7tsmk/product_172139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reading-comprehension-colossal-concept-poster/product_138351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-paris-au-matin-canvas-art-18x24-inches/product_250450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-paris-au-matin-canvas-art-26x32-inches/product_250451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-3-conforming-gauze-sterile-1-per-box-fae-5006/product_800267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-first-aid-cabinet-ansi-class-b-100-people-344-pieces-white-91377/product_24585448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-giant-stampers-dinosaurs-6-per-set-2-sets-ce-6763-2/product_24511268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-18-staples-corrugated-sheet-50-bundle-sp1818/product_947537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-canvas-art-22x32-inches/product_250406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-giant-stampers-insects-6-per-set-2-sets-ce-6784-2/product_24511270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-18-32-ect-shipping-boxes-20-bundle-cw57292/product_415601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-giant-stampers-stamp-pad-kit-22-stampers-10-stamp-pads/product_24575797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-pink-pack-of-6-ce-6609-6/product_24518685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-brown-pack-of-6-ce-6611-6/product_24518686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-waves-iii-canvas-art-16x32-inches/product_250265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-yellow-pack-of-6-ce-6601-6/product_24518683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-powder-free-nitrile-exam-gloves-latex-free-large-4-box-fae-6018/product_800284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-sting-relief-wipes-and-hydrocortisone-cream-fae-7115/product_2681649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-19-gusseted-poly-bags-2-25-mil-white-500-carton-6735/product_24449645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-18-x-24-canvas-art/product_313928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-252/product_939523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-america-museum-putty-2-64-oz-pack-of-3-3pk-99111/product_2136105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-letters-black-4-italic-upper-lower-case/product_931791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-20-reclosable-poly-bags-2-mil-clear-500-carton-3679a/product_939343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready-to-ship-labels-yellow-black-5-x-3-500-rl/product_573216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-to-jenne-farm-vermont-24-x-32-canvas-art/product_314054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-22-layflat-poly-bags-3-mil-clear-250-carton-6240/product_24449500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-antistatic-layflat-poly-bags-4-mil-pink-250-carton-12210/product_360954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-dough-paint-stampers-lowercase-alphabet-ce-6918/product_24384112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-feelings-10-pkg/product_883581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-trauma-pad-5-x-9-fae-6024/product_2476326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-aid-only-tri-cut-waterproof-tape-w-plastic-spool/product_71727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2415/product_939941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-jumbo-circular-washable-stamp-pad-6-inch-primary-kit-ce-6616/product_876107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-7745/product_940212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-by-ines-kouidis-24-x-24-canvas-art-ali0994-c2424gg/product_2078763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-jumbo-washable-stamp-pad-hot-pink-6-2-l-x-4-1-w-pack-of-2-ce-10034-2/product_24568857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-havel-view-from-the-tarrytown-canvas-art-24x32-inches/product_246395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ready2learn-triangle-grip-paint-brushes-1-size-6-per-set-2-sets-ce-6675-2/product_24568840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4152/product_940093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-14-x-14-canvas-stretched-190836278862/product_2576137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/real-images-paint-marker-pad-heavyweight-9-x-12-white-24-sheets-pack-of-12-pacmmk50154-12/product_24491667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-16-x-16-matted-framed-190836278947/product_2574458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-24-suffocation-warning-layflat-poly-bags-2-mil-clear-500-carton-16135/product_24442810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-26-layflat-poly-bags-6-mil-clear-250-carton-pb4226/product_24328971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-alert-big-button-telephone-with-emergency-key-and-remote-pendant-sfa3800/product_1148186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-0-7-l-storage-box-transparent-smoke-0-7tsmk/product_172139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-alert-combination-explosive-gas-and-carbon-monoxide-alarm-with-backlit-digital-display-fatgco1cn/product_1105773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-alert-wireless-battery-powered-interconnection-photoelectric-smoke-carbon-monoxide-detector-fat1039839/product_24380753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-17-liter-box-with-snap-down-handles-clear-us17c/product_773519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-grade-math-minutes-resource-book/product_880462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-i-11-x-11-matted-framed-art-print-190836279555/product_2573892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-6-mil-clear-100-carton-8590/product_939271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-14-x-14-canvas-stretched-art-print-190836279944/product_2576134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-activity-city-gym-to-jumbo-play-mat-grv42/product_24477560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-6-87-qt-latch-lid-storage-tote-transparent-smoke-6-5tsmk/product_2841787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-8-x-4-shipping-box-32-ect-kraft-25-bundle-bs180804/product_24442834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-11-x-11-matted-framed-190836280278/product_2573886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iv-24-x-24-canvas-stretched-190836280148/product_2574444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-11-x-11-matted-framed-190836280261/product_2573878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/180-days-of-writing-grade-3/product_2115851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-ii-14-x-14-canvas-stretched-190836280483/product_2576231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-gls-2x3-pis/product_24514686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-mt-2x3-pis/product_24514694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-190836280803/product_2573874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-51-qt-latch-lid-storage-tote-dove-gray-4-pack-9rdg/product_24491424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iii-14-x-14-canvas-stretched-190836280667/product_2576132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-51-qt-snap-lid-storage-bin-transparent-blue-us9-tb/product_2843044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-14-x-14-canvas-stretched-190836280841/product_2576230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-atlas-by-eric-joyner-16-x-24-canvas-art-ali1036-c1624gg/product_2080948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-with-snap-down-handles/product_SS134255286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-12-x-24-canvas-art-ali1038-c1224gg/product_2085280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-music-player-4-pack-fgw16/product_24610505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-24-x-47-canvas-art-ali1038-c2447gg/product_2077084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1850-black-gold-ground-coffee-fraction-pack-dark-roast-2-5-oz-24-carton-smu02151/product_24405528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-my-smart-purse-with-smart-stages-piggy-bank/product_24575742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-set-puppy-and-sis/product_24575739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-end-cap-black/product_216165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-4-italic-ready-letters/product_931758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/19-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-191313/product_947197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-puzzlin-shapes-polar-bear/product_24595941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-bird-puffs-peppermint-mints-46-oz-pdm6240rwp/product_935439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/19-x-15-5-x-14-5-moving-box-ect-32-kraft-3-pack-7717203/product_1669032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocket-surfer-by-eric-joyner-14-x-19-canvas-art-ali1040-c1419gg/product_2079929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-bull-8-4-oz-cans-4-bx/product_1029469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-set-light-up-learn-owl-and-counting-koala/product_24575754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocket-surfer-by-eric-joyner-24-x-32-canvas-art-ali1040-c2432gg/product_2078247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/19-x-24-staples-peel-seal-poly-mailer-5-pk-vmp1013/product_1669040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-alert-combination-explosive-gas-and-carbon-monoxide-alarm-with-backlit-digital-display-fatgco1cn/product_1105773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-bull-the-yellow-edition-tropical-energy-drink-8-4-fl-oz-24-cans-carton-rb224483/product_24487277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-gls-1x1-pis/product_24514588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-alert-wireless-battery-powered-interconnection-photoelectric-smoke-carbon-monoxide-detector-fat1039839/product_24380753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/first-grade-math-minutes-resource-book/product_880462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-17-liter-box-with-snap-down-handles-clear-us17c/product_773519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-black-frame-ali1116-b1114mf/product_2077456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-i-11-x-11-matted-framed-art-print-190836279555/product_2573892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-6-mil-clear-100-carton-8590/product_939271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-14-x-14-canvas-stretched-art-print-190836279944/product_2576134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-activity-city-gym-to-jumbo-play-mat-grv42/product_24477560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-6-87-qt-latch-lid-storage-tote-transparent-smoke-6-5tsmk/product_2841787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/18-x-8-x-4-shipping-box-32-ect-kraft-25-bundle-bs180804/product_24442834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-11-x-11-matted-framed-190836280278/product_2573886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-11-x-11-matted-framed-190836280261/product_2573878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iv-24-x-24-canvas-stretched-190836280148/product_2574444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/180-days-of-writing-grade-3/product_2115851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-ii-14-x-14-canvas-stretched-190836280483/product_2576231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-gls-2x3-pis/product_24514686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-mt-2x3-pis/product_24514694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-190836280803/product_2573874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iii-14-x-14-canvas-stretched-190836280667/product_2576132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-51-qt-latch-lid-storage-tote-dove-gray-4-pack-9rdg/product_24491424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-51-qt-snap-lid-storage-bin-transparent-blue-us9-tb/product_2843044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-14-x-14-canvas-stretched-190836280841/product_2576230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-atlas-by-eric-joyner-16-x-24-canvas-art-ali1036-c1624gg/product_2080948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-12-x-24-canvas-art-ali1038-c1224gg/product_2085280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/really-useful-box-with-snap-down-handles/product_SS134255286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-music-player-4-pack-fgw16/product_24610505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-24-x-47-canvas-art-ali1038-c2447gg/product_2077084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1850-black-gold-ground-coffee-fraction-pack-dark-roast-2-5-oz-24-carton-smu02151/product_24405528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-my-smart-purse-with-smart-stages-piggy-bank/product_24575742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-set-puppy-and-sis/product_24575739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-end-cap-black/product_216165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-4-italic-ready-letters/product_931758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/19-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-191313/product_947197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-puzzlin-shapes-polar-bear/product_24595941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-bird-puffs-peppermint-mints-46-oz-pdm6240rwp/product_935439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/19-x-15-5-x-14-5-moving-box-ect-32-kraft-3-pack-7717203/product_1669032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocket-surfer-by-eric-joyner-14-x-19-canvas-art-ali1040-c1419gg/product_2079929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-bull-8-4-oz-cans-4-bx/product_1029469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-set-light-up-learn-owl-and-counting-koala/product_24575754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/19-x-24-staples-peel-seal-poly-mailer-5-pk-vmp1013/product_1669040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocket-surfer-by-eric-joyner-24-x-32-canvas-art-ali1040-c2432gg/product_2078247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-bull-the-yellow-edition-tropical-energy-drink-8-4-fl-oz-24-cans-carton-rb224483/product_24487277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-gls-1x1-pis/product_24514588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-black-frame-ali1116-b1114mf/product_2077456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-on-the-go-baby-dome-windmill-drf13/product_24477522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1k-4x8-ft-invttn-80-mt-cl/product_352375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-power-wheels-jeep-wrangler-riding-toy-red-bck85/product_24477553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-multicolor-fjf61/product_24477519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-rock-a-stack/product_24595944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-with-tray-multicolor-gbl28/product_24477608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-2-Red-Staples-Plastic-Strap-Guard-1000-Case/product_948665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-soothe-glow-seahorse-blue-dgh78/product_24477537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-2-plastic-strap-guard-blue-pack-of-1000-spp252b/product_948664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-26-white-mailing-tubes-with-cap-34-case/product_947283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-antique-store-iv-canvas-art/product_254632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-devil-single-edge-razor-blade-10-blades/product_699536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-b1111bmf/product_1730937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-11x17-pht-pstr-clndr-gls/product_349500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-tap-turn-bench/product_24595939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-14-rs996-b1114mf/product_1729265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiskars-1-hole-lever-punch-white-orange-154720-1002/product_24517271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-12-x-19-rs996-c1219gg/product_1729413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Orange-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Pink-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50/product_2657092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-16-rs975-b1616bmf/product_1729034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-20-rs996-w1620mf/product_1727560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-pink-13-pt-shipping-tag-1000-case/product_948448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiskars-softgrip-5-steel-kids-scissors-blunt-tip-assorted-colors-9422/product_580121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-16-x-20-rs999-b1620mf/product_1727558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-vines-original-red-licorice-56-oz-209-06016/product_77207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-arrow-flags-assorted-colors-0-47-wide-50-flags-pad-5-pads-pack-32118/product_900895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiskars-surecut-9-paper-trimmer-transparent-orange-177560-1001/product_2070838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-22-x-32-rs996-c2232gg/product_1727378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-staples-orange-13-pt-shipping-tag-pre-strung-1000-case/product_948282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-35-x-35-rs975-c3535gg/product_1727471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-staples-white-13-pt-shipping-tag-pre-wired-1000-case/product_948289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-flags-assorted-colors-1-wide-240-pack-20202/product_668111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fit-fresh-simplified-lunch-bag-floral-2843sim3167/product_24532664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fitkicks-hideaway-assorted-colors-packable-duffel-bag-fkhd-u12/product_24557507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-yellow-13-pt-shipping-tag-pre-wired-1000-case/product_948286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-5-x-11-college-ruled-100-sheets-each-820053-22/product_24510981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-x-10-5-wide-ruled-100-sheets-each-05238-07635/product_601350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-5-x-3-reclosable-poly-bags-4-mil-clear-1000-carton-pb3983/product_426577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-5-x-3-reclosable-poly-bags-4-mil-pink-1000-carton-4022/product_940065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-5-x-7-5-gusseted-poly-bags-1-5-mil-clear-1000-carton-13105/product_940320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-35-x-35-rs976-c3535gg/product_1727470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-on-the-go-baby-dome-windmill-drf13/product_24477522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-dia-x-24-l-mailing-tubes-with-caps-white-50-case-p2024w/product_414223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-teal-yellow-29052ih8/product_24440216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/1k-4x8-ft-invttn-80-mt-cl/product_352375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-power-wheels-jeep-wrangler-riding-toy-red-bck85/product_24477553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-multicolor-fjf61/product_24477519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-rock-a-stack/product_24595944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-door-low-storage/product_SS204614254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-soothe-glow-seahorse-blue-dgh78/product_24477537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-2-plastic-strap-guard-blue-pack-of-1000-spp252b/product_948664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-with-tray-multicolor-gbl28/product_24477608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-2-Red-Staples-Plastic-Strap-Guard-1000-Case/product_948665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-26-white-mailing-tubes-with-cap-34-case/product_947283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-antique-store-iv-canvas-art/product_254632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-devil-single-edge-razor-blade-10-blades/product_699536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-b1111bmf/product_1730937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fisher-price-tap-turn-bench/product_24595939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-11x17-pht-pstr-clndr-gls/product_349500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-14-rs996-b1114mf/product_1729265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiskars-1-hole-lever-punch-white-orange-154720-1002/product_24517271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-12-x-19-rs996-c1219gg/product_1729413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Orange-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Pink-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-16-rs975-b1616bmf/product_1729034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50/product_2657092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-20-rs996-w1620mf/product_1727560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-pink-13-pt-shipping-tag-1000-case/product_948448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiskars-softgrip-5-steel-kids-scissors-blunt-tip-assorted-colors-9422/product_580121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-16-x-20-rs999-b1620mf/product_1727558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fiskars-surecut-9-paper-trimmer-transparent-orange-177560-1001/product_2070838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/red-vines-original-red-licorice-56-oz-209-06016/product_77207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-arrow-flags-assorted-colors-0-47-wide-50-flags-pad-5-pads-pack-32118/product_900895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-22-x-32-rs996-c2232gg/product_1727378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-staples-orange-13-pt-shipping-tag-pre-strung-1000-case/product_948282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-35-x-35-rs975-c3535gg/product_1727471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-staples-white-13-pt-shipping-tag-pre-wired-1000-case/product_948289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fit-fresh-simplified-lunch-bag-floral-2843sim3167/product_24532664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-flags-assorted-colors-1-wide-240-pack-20202/product_668111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fitkicks-hideaway-assorted-colors-packable-duffel-bag-fkhd-u12/product_24557507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-yellow-13-pt-shipping-tag-pre-wired-1000-case/product_948286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-5-x-11-college-ruled-100-sheets-each-820053-22/product_24510981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-x-10-5-wide-ruled-100-sheets-each-05238-07635/product_601350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-5-x-3-reclosable-poly-bags-4-mil-clear-1000-carton-pb3983/product_426577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-5-x-3-reclosable-poly-bags-4-mil-pink-1000-carton-4022/product_940065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-5-x-7-5-gusseted-poly-bags-1-5-mil-clear-1000-carton-13105/product_940320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-35-x-35-rs976-c3535gg/product_1727470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-dia-x-24-l-mailing-tubes-with-caps-white-50-case-p2024w/product_414223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-teal-yellow-29052ih8/product_24440216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-door-low-storage/product_SS204614254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:40:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:40:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-assorted-colors-0-31-wide-126-pack-72020/product_409471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-drawer-mobile-file-cabinet/product_SS203295663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-blue-1-88-wide-120-pack-81034/product_512384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-14-x-14-rs978-c1414gg/product_1731214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-notebooks-8-5-x-11-college-ruled-200-sheets-assorted-colors-6-carton-72081ct/product_24578157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-8-orange-1-roll/product_24326117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-16-x-16-rs978-b1616bmf/product_1729026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-standard-notes-1-1-2-x-2-yellow-100-sheets-pad-12-pads-pack-25700/product_2655602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-18-x-18-rs978-c1818gg/product_1729559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-9-dark-blue-1-roll/product_24326108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-35-x-35-rs978-c3535gg/product_1727468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-tabs-assorted-colors-1-06-wide-48-pack-33148/product_395508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-11-x-11-rs979-b1111bmf/product_1730907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-composition-notebooks-7-5-x-9-7-college-ruled-100-sheets-each-9120/product_40724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-purchase-requisitions-7-l-x-2-7-w-400-sets-book-red1l176/product_508618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-16-x-2700-clear-1955/product_939875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-college-ruled-filler-paper-8-5-x-11-100-sheets-pack-17102-17010/product_433662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-credit-memos-5-5-l-x-7-88-w-50-sets-book-red7l787/product_508632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-receipts-4-1-4-x-6-3-8-50-sets-book-red5l528/product_2658698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-graph-ruled-filler-paper-8-1-2-x-11-white-100-sheets-pack-17012/product_943682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-soft-petals-1-subject-notebooks-8-5-x-11-college-ruled-80-sheets-assorted-colors-2-pack-820331/product_24596025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-carbonless-delivery-receipt-books-4-1-4-x-6-3-8-red6l614/product_508625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-10-x-1000-clear-pzt1002/product_24329014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-emerald-series-record-book-7-25-x-12-25-green-75-sheets-book-red56111/product_912043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-14-x-14-rs980-c1414gg/product_1731212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-16-x-16-rs980-b1616bmf/product_1729022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-wirebound-notebook-3-subject-college-ruled-8-1-2-x-11/product_SS174735222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-lat-1hr-31w/product_SS212599362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-gold-standard-2-part-carbonless-receipts-book-7-l-x-2-75-w-300-forms-book-8l810/product_570710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-mobped-30min/product_SS212599355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-722-30-45-lbs-ecnc150220001/product_24475419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-money-receipt-book-2-3-4-x-5-50-sheets-book-red8l820/product_2675655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-ply-rolls-for-credit-debit-machines-carbonless-2-3-4-x90-50-rolls-ctn/product_587233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-port-pci-express-firewire-card-1394a-firewire-ti-tsb82aa2-chipset-windows-mac-compatible-pex1394a2v2/product_IM17FY700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-legal-2hr-32d/product_SS212599380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-letter-2hr-31d/product_SS212599354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-w1111mf/product_1730864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-firesheild-2-drawer-vert/product_SS212599359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-letter-31d/product_SS212599353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-unruled-follow-up-message-pad-8-x-11-white-blue-100-sheets-pad-51114/product_512658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-patriot-2-drawer-vert-legal-31d/product_SS212599356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-visitor-book-9-88-x-8-5-black-64-sheets-book-red57802/product_909724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-visitor-book-9-88-x-8-5-burgundy-64-sheets-book-57-803/product_458657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-visitors-log-book-11-x-8-5-50-pages-multicolor-9g620/product_517397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-24-x-24-rs997-c2424gg/product_1727755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-storage-3-shelf-44h/product_SS212599373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-patriot-4-drawer-vert-letter-31d/product_SS212599371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-storage-4-shelf-724h/product_SS212599363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-panoraspens-16-x-47-rs1001-c1647gg/product_1727346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-assorted-colors-0-31-wide-126-pack-72020/product_409471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-panoraspens-6-x-19-rs1001-c619gg/product_1731265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-blue-1-88-wide-120-pack-81034/product_512384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-drawer-mobile-file-cabinet/product_SS203295663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-14-x-14-rs978-c1414gg/product_1731214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-dot-spots-nylon-90-l-x-144-w-rectangle-tufted-rug-multi-colored-fe118-44a/product_2454173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-notebooks-8-5-x-11-college-ruled-200-sheets-assorted-colors-6-carton-72081ct/product_24578157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-8-orange-1-roll/product_24326117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-16-x-16-rs978-b1616bmf/product_1729026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-standard-notes-1-1-2-x-2-yellow-100-sheets-pad-12-pads-pack-25700/product_2655602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-18-x-18-rs978-c1818gg/product_1729559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-9-dark-blue-1-roll/product_24326108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-35-x-35-rs978-c3535gg/product_1727468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/redi-tag-tabs-assorted-colors-1-06-wide-48-pack-33148/product_395508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-11-x-11-rs979-b1111bmf/product_1730907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-composition-notebooks-7-5-x-9-7-college-ruled-100-sheets-each-9120/product_40724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-purchase-requisitions-7-l-x-2-7-w-400-sets-book-red1l176/product_508618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-16-x-2700-clear-1955/product_939875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-college-ruled-filler-paper-8-5-x-11-100-sheets-pack-17102-17010/product_433662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-credit-memos-5-5-l-x-7-88-w-50-sets-book-red7l787/product_508632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-receipts-4-1-4-x-6-3-8-50-sets-book-red5l528/product_2658698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-soft-petals-1-subject-notebooks-8-5-x-11-college-ruled-80-sheets-assorted-colors-2-pack-820331/product_24596025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-graph-ruled-filler-paper-8-1-2-x-11-white-100-sheets-pack-17012/product_943682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-10-x-1000-clear-pzt1002/product_24329014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-carbonless-delivery-receipt-books-4-1-4-x-6-3-8-red6l614/product_508625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-emerald-series-record-book-7-25-x-12-25-green-75-sheets-book-red56111/product_912043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/five-star-wirebound-notebook-3-subject-college-ruled-8-1-2-x-11/product_SS174735222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-16-x-16-rs980-b1616bmf/product_1729022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-14-x-14-rs980-c1414gg/product_1731212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-lat-1hr-31w/product_SS212599362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-gold-standard-2-part-carbonless-receipts-book-7-l-x-2-75-w-300-forms-book-8l810/product_570710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-mobped-30min/product_SS212599355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-money-receipt-book-2-3-4-x-5-50-sheets-book-red8l820/product_2675655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-722-30-45-lbs-ecnc150220001/product_24475419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-ply-rolls-for-credit-debit-machines-carbonless-2-3-4-x90-50-rolls-ctn/product_587233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-port-pci-express-firewire-card-1394a-firewire-ti-tsb82aa2-chipset-windows-mac-compatible-pex1394a2v2/product_IM17FY700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-legal-2hr-32d/product_SS212599380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-letter-31d/product_SS212599353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-unruled-follow-up-message-pad-8-x-11-white-blue-100-sheets-pad-51114/product_512658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-firesheild-2-drawer-vert/product_SS212599359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-w1111mf/product_1730864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-letter-2hr-31d/product_SS212599354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-patriot-2-drawer-vert-legal-31d/product_SS212599356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-visitor-book-9-88-x-8-5-black-64-sheets-book-red57802/product_909724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-visitors-log-book-11-x-8-5-50-pages-multicolor-9g620/product_517397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rediform-visitor-book-9-88-x-8-5-burgundy-64-sheets-book-57-803/product_458657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-storage-3-shelf-44h/product_SS212599373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-patriot-4-drawer-vert-letter-31d/product_SS212599371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-24-x-24-rs997-c2424gg/product_1727755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fk-storage-4-shelf-724h/product_SS212599363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-panoraspens-16-x-47-rs1001-c1647gg/product_1727346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-panoraspens-6-x-19-rs1001-c619gg/product_1731265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-dot-spots-nylon-90-l-x-144-w-rectangle-tufted-rug-multi-colored-fe118-44a/product_2454173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-8906-vane-thermo-anemometer-cfm-air-volume-8906/product_2313898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-16-x-16-rs981-b1616bmf/product_1729019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-words-7-6-x12-multi-colored-rug-fe107-44a/product_2454185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-c-383-combustible-gas-leak-detector-c-383/product_2313886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-light-duty-edge-protectors-120-2940-pallet-vbdep2230120/product_2653374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-24-x-24-rs981-c2424gg/product_1727769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-6-digital-lcd-display-caliper-r7400/product_24390867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-ac-dc-clamp-meter-with-temperature-and-non-contact-voltage-detector-true-rms-1000a-r5040/product_2314649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-heavy-duty-edge-protectors-225-1540-pallet-vbdep2248225/product_2653357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-heavy-duty-edge-protectors-225-25-bundle-vbdep2248225bx/product_2653080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dare-to-dream-3-x5-multi-colored-rug-ce250-16w/product_2454177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dot-spots-5-10-x8-4-multi-colored-rug-fe118-32a/product_2454174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-digital-industrial-portion-control-scale-r9850/product_24355068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-floors-that-teach-6-x12-multi-colored-rug-fe148-42a/product_2454169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-early-blocks-5-x8-multi-colored-rug-ce191-28w/product_2454170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-fun-at-school-5-x8-multi-colored-rug-ce190-28w/product_2454166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-35-x-35-rs982-c3535gg/product_1727464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-fun-at-school-3-x5-multi-colored-rug-ce190-16w/product_2454168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-11-x-11-rs983-b1111bmf/product_1730897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-72-light-duty-edge-protectors-120-1470-pallet-vbdep2272120/product_2653370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-into-the-deep-6-x8-4-multi-colored-rug-fe317-32a/product_2454159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-happy-world-5-x8-multi-colored-rug-ce189-28w/product_2454160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-professional-series-digital-infrared-thermometer-blue-black-r2340/product_24596382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-lemon-splash-ii-matted-art-black-frame-11x14-inches/product_254679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-lemon-splash-ii-matted-art-black-frame-16x20-inches/product_254681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-11-x-11-rs1002-b1111bmf/product_1730990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-11-x-11-rs1002-b1111mf/product_1730989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-smart-series-digital-vane-anemometer-blue-black-r1600/product_24596379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-sound-level-meter-type-2-30-to-130-db-r8050/product_2313783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr100/product_23978401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagzone-durawavez-nylon-outdoor-u-s-flag-with-heading-grommets-5-x-8-fz-1002131/product_934745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-thermal-imaging-camera-black-blue-r2160/product_24476794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-14-x-14-rs1003-c1414gg/product_1731234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-16-x-16-rs1003-b1616mf/product_1729060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-24-x-24-rs1003-c2424gg/product_1727499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-clear-1000-carton-47223/product_847627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-30-1-4-triangle-mailing-tube-50-bundle/product_949065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagzone-tennessee-flag-with-heading-and-grommets-3-x-5-each/product_1610177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-r5007-trms-digital-multimeter-with-non-contact-voltage-detector/product_2313804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-11-x-11-rs1005-b1111bmf/product_1730972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-11-x-11-rs1005-b1111mf/product_1730971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-14-x-14-rs1005-c1414gg/product_1731232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-6-layflat-poly-bags-3-mil-clear-1000-carton-681/product_939658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-8906-vane-thermo-anemometer-cfm-air-volume-8906/product_2313898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-8-layflat-poly-bags-2-mil-clear-1000-carton-347/product_939539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-8-layflat-poly-bags-3-mil-clear-1000-carton-682/product_939659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-24-x-24-rs1005-c2424gg/product_1727785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-35-x-35-rs1005-c3535gg/product_1727482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flange-wizard-two-hole-pins-holes-up-to-1-2-to-1-7-16-diameter/product_776841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-16-x-16-rs981-b1616bmf/product_1729019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-words-7-6-x12-multi-colored-rug-fe107-44a/product_2454185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-light-duty-edge-protectors-120-2940-pallet-vbdep2230120/product_2653374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-c-383-combustible-gas-leak-detector-c-383/product_2313886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-24-x-24-rs981-c2424gg/product_1727769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-cards-recyclable-1-1-2-ruled-3-x9-100-pk-assorted/product_1824157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-heavy-duty-edge-protectors-225-25-bundle-vbdep2248225bx/product_2653080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dare-to-dream-3-x5-multi-colored-rug-ce250-16w/product_2454177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-heavy-duty-edge-protectors-225-1540-pallet-vbdep2248225/product_2653357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-ac-dc-clamp-meter-with-temperature-and-non-contact-voltage-detector-true-rms-1000a-r5040/product_2314649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-6-digital-lcd-display-caliper-r7400/product_24390867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dot-spots-5-10-x8-4-multi-colored-rug-fe118-32a/product_2454174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-digital-industrial-portion-control-scale-r9850/product_24355068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-35-x-35-rs982-c3535gg/product_1727464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-fun-at-school-5-x8-multi-colored-rug-ce190-28w/product_2454166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-early-blocks-5-x8-multi-colored-rug-ce191-28w/product_2454170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-fun-at-school-3-x5-multi-colored-rug-ce190-16w/product_2454168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-floors-that-teach-6-x12-multi-colored-rug-fe148-42a/product_2454169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-11-x-11-rs983-b1111bmf/product_1730897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-72-light-duty-edge-protectors-120-1470-pallet-vbdep2272120/product_2653370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-into-the-deep-6-x8-4-multi-colored-rug-fe317-32a/product_2454159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-professional-series-digital-infrared-thermometer-blue-black-r2340/product_24596382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-happy-world-5-x8-multi-colored-rug-ce189-28w/product_2454160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-lemon-splash-ii-matted-art-black-frame-11x14-inches/product_254679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-lemon-splash-ii-matted-art-black-frame-16x20-inches/product_254681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-11-x-11-rs1002-b1111mf/product_1730989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-11-x-11-rs1002-b1111bmf/product_1730990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-smart-series-digital-vane-anemometer-blue-black-r1600/product_24596379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-sound-level-meter-type-2-30-to-130-db-r8050/product_2313783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr100/product_23978401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagzone-durawavez-nylon-outdoor-u-s-flag-with-heading-grommets-5-x-8-fz-1002131/product_934745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-instruments-thermal-imaging-camera-black-blue-r2160/product_24476794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-14-x-14-rs1003-c1414gg/product_1731234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-16-x-16-rs1003-b1616mf/product_1729060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-24-x-24-rs1003-c2424gg/product_1727499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-clear-1000-carton-47223/product_847627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-30-1-4-triangle-mailing-tube-50-bundle/product_949065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flagzone-tennessee-flag-with-heading-and-grommets-3-x-5-each/product_1610177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reed-r5007-trms-digital-multimeter-with-non-contact-voltage-detector/product_2313804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-11-x-11-rs1005-b1111bmf/product_1730972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-11-x-11-rs1005-b1111mf/product_1730971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-14-x-14-rs1005-c1414gg/product_1731232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-6-layflat-poly-bags-3-mil-clear-1000-carton-681/product_939658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-8-layflat-poly-bags-2-mil-clear-1000-carton-347/product_939539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-x-8-layflat-poly-bags-3-mil-clear-1000-carton-682/product_939659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-24-x-24-rs1005-c2424gg/product_1727785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-35-x-35-rs1005-c3535gg/product_1727482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flange-wizard-two-hole-pins-holes-up-to-1-2-to-1-7-16-diameter/product_776841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-cards-recyclable-1-1-2-ruled-3-x9-100-pk-assorted/product_1824157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-1-16-x-16-rs1006-b1616mf/product_1729054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-yr-nbd-physical-service-svcs/product_24316371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-21-1-8-30-1-8h-x-60w-x-66d-16-gauge-tubular-steel-horseshoe-activity-table-gray/product_130159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-18-round-restaurant-table-base-with-3-dia-table-height-column-black-xutr18/product_257834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111bmf/product_1730968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-80-gls-cl-1282/product_352324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-100-rc-gr/product_352271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reese-s-milk-chocolate-peanut-butter-dipped-animal-crackers-24-oz-1-each-220-02231/product_24585383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reese-s-miniatures-peanut-butter-milk-chocolate-cup-35-6-oz-hec44709/product_2411696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reese-s-miniatures-assorted-milk-chocolate-cup-32-1-oz-hec43165/product_2721958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reese-s-nutrageous-milk-chocolate-candy-bar-1-66-oz-18-box-hec10930/product_571667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-6x4-ft-invttn-80-mt-gr/product_352483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-35-x-35-rs1007-c3535gg/product_1727478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-35-x-35-rs1008-c3535gg/product_1727477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-music-store-ii-canvas-art-24x47-inches/product_254638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reeves-washable-acrylic-paints-assorted-colors-0-34-oz-12-pack-8493200/product_2340739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-on-the-rocks-canvas-art-24x24-inches/product_254640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-30-laminate-round-table-top-black-mahogany-xurd30mbt/product_201656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-vertical-storage-dresser-white-light-gray-wx5l20xwhgr/product_24513734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-12-H-Shipping-Boxes-44-ECT-Brown-10-Bundle-HD202012/product_404670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-16-x-16-rs984-b1616mf/product_1729010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-core-i5-16gb-240gb-ssd-windows-10-pro-keyboard-and-mouse-wifi-hdmi/product_24354517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-48-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-BS202048/product_482160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-35-75-w-study-carrel-oak-black-mt-m6221-oak-gg/product_130066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-6-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-20206/product_426351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-8-x-24-rs1009-c824gg/product_1731052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-46-glass-glass-computer-desks-black-nanwk036/product_1983004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regal-gift-card-50-email-delivery/product_125660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-5-sheet-3x5-pis/product_24469187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-gls-3x2-pis-dpf/product_24471744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-48h-adjustable-height-lectern-mahogany-xu-lectern-adj-gg/product_201644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-5-sheet-3x5-pol/product_24469136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-square-laminate-table-with-chairs-blue-tb3030ch44be/product_1607920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-59-wood-dining-walnut-sktc5049w/product_24295740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-mt-4x6-pis/product_24514615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-x-30-plastic-rectangular-folding-table-granite-white-6-pack/product_1179982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-round-laminate-table-with-4-chairs-black-tb36rndbe44bk/product_1607821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-84-glass-l-shape-computer-desk-clear-silver-nancd22181/product_1983012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-24-x-24-rs986-c2424gg/product_1727764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pis/product_24514709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-96-folding-training-table-granite-white-10-pack-10rb1896/product_201354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-11-x-11-rs1010-b1111mf/product_1730963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-1-16-x-16-rs1006-b1616mf/product_1729054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-tabletop-impulse-sealer-spb20/product_946482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alan-armless-vinyl-swivel-low-back-task-office-chair-white-chrome-ds512bwh/product_1983486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-10-x-8-standard-kraft-25-pack-bs201008/product_24408042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-16-x-16-rs1010-w1616mf/product_1729047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alfred-ergonomic-mesh-swivel-mid-back-task-office-chair-dark-gray-h8369fdkgy/product_130030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-24-x-24-rs1010-c2424gg/product_1727781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2-yr-nbd-physical-service-svcs/product_24316371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-21-1-8-30-1-8h-x-60w-x-66d-16-gauge-tubular-steel-horseshoe-activity-table-gray/product_130159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-18-round-restaurant-table-base-with-3-dia-table-height-column-black-xutr18/product_257834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111bmf/product_1730968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-80-gls-cl-1282/product_352324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-100-rc-gr/product_352271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-steel-square-lunch-table-with-stacker-chairs-gray-tkb3636mh47gy/product_1608083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reese-s-miniatures-peanut-butter-milk-chocolate-cup-35-6-oz-hec44709/product_2411696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reese-s-milk-chocolate-peanut-butter-dipped-animal-crackers-24-oz-1-each-220-02231/product_24585383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reese-s-miniatures-assorted-milk-chocolate-cup-32-1-oz-hec43165/product_2721958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reese-s-nutrageous-milk-chocolate-candy-bar-1-66-oz-18-box-hec10930/product_571667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-6x4-ft-invttn-80-mt-gr/product_352483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-35-x-35-rs1007-c3535gg/product_1727478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-35-x-35-rs1008-c3535gg/product_1727477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-12-H-Shipping-Boxes-44-ECT-Brown-10-Bundle-HD202012/product_404670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-on-the-rocks-canvas-art-24x24-inches/product_254640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-vertical-storage-dresser-white-light-gray-wx5l20xwhgr/product_24513734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-30-laminate-round-table-top-black-mahogany-xurd30mbt/product_201656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-music-store-ii-canvas-art-24x47-inches/product_254638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reeves-washable-acrylic-paints-assorted-colors-0-34-oz-12-pack-8493200/product_2340739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-16-x-16-rs984-b1616mf/product_1729010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-6-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-20206/product_426351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-35-75-w-study-carrel-oak-black-mt-m6221-oak-gg/product_130066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-48-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-BS202048/product_482160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-8-x-24-rs1009-c824gg/product_1731052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-core-i5-16gb-240gb-ssd-windows-10-pro-keyboard-and-mouse-wifi-hdmi/product_24354517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-46-glass-glass-computer-desks-black-nanwk036/product_1983004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regal-gift-card-50-email-delivery/product_125660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-48h-adjustable-height-lectern-mahogany-xu-lectern-adj-gg/product_201644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-gls-3x2-pis-dpf/product_24471744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-5-sheet-3x5-pis/product_24469187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-5-sheet-3x5-pol/product_24469136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-square-laminate-table-with-chairs-blue-tb3030ch44be/product_1607920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-59-wood-dining-walnut-sktc5049w/product_24295740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-mt-4x6-pis/product_24514615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-x-30-plastic-rectangular-folding-table-granite-white-6-pack/product_1179982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-round-laminate-table-with-4-chairs-black-tb36rndbe44bk/product_1607821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-24-x-24-rs986-c2424gg/product_1727764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-84-glass-l-shape-computer-desk-clear-silver-nancd22181/product_1983012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pis/product_24514709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-96-folding-training-table-granite-white-10-pack-10rb1896/product_201354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-11-x-11-rs1010-b1111mf/product_1730963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-tabletop-impulse-sealer-spb20/product_946482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alan-armless-vinyl-swivel-low-back-task-office-chair-white-chrome-ds512bwh/product_1983486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-10-x-8-standard-kraft-25-pack-bs201008/product_24408042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-16-x-16-rs1010-w1616mf/product_1729047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alfred-ergonomic-mesh-swivel-mid-back-task-office-chair-dark-gray-h8369fdkgy/product_130030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-24-x-24-rs1010-c2424gg/product_1727781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-steel-square-lunch-table-with-stacker-chairs-gray-tkb3636mh47gy/product_1608083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-square-table-with-4-chairs-black-tb4242pl44bk/product_1607787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-14-x-14-rs987-c1414gg/product_1731200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-astoria-collection-end-table-clear-matte-gold-nanjn21750et/product_24307377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-baker-indoor-outdoor-30-round-table-set-with-2-cafe-chairs-red-ch519th218cred/product_2519420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-6-shipping-boxes-32-ect-brown-25-bundle-20126/product_557524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-beverly-armless-ergonomic-mesh-swivel-mid-back-padded-task-office-chair-blue-h2376fblue/product_257382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-12-multi-depth-shipping-boxes-32-ect-brown-20-bundle-md201212/product_404765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-round-laminate-table-with-zeng-stack-chairs-gray-tb42rndmh44gy/product_1607769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-square-laminate-table-with-4-chairs-gray-tb4242ch44gy/product_1607909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-14-x-14-rs988-c1414gg/product_1731199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-16-shipping-boxes-32-ect-brown-20-bundle-201416/product_947068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-laminate-square-table-with-4-zeng-stack-chairs-gray-tb4848mw44gy/product_1608220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-10-shipping-boxes-32-ect-brown-20-bundle-201510/product_404760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-black-computer-desk-with-pull-out-keyboard-tray/product_2108898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-ring-toss-canvas-art-18x18-inches/product_254645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-11-x-11-rs993-b1111mf/product_1730871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-round-laminate-table-with-4-restaurant-stack-chairs-mahogany-tkb48rndmh29/product_1608415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-square-laminate-cherry-table-with-4-zeng-stack-chairs-gray-tb4848ch44gy/product_1608228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-14-multi-depth-shipping-boxes-32-ect-kraft-20-pack-bs201614md/product_24408412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-16-shipping-boxes-32-ect-brown-20-bundle-bs201616/product_2647448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-storage-unit-16-h-x-31-5-w-x-13-d-brown-mk-ke24558-gg/product_24562670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-14-x-14-rs1011-c1414gg/product_1731221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-1550-box-vented-pallet-wrap-1-roll-sfv2015/product_192248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-black-metal-double-screen-articulating-monitor-mount-ca2/product_2493324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-24-x-24-rs1011-c2424gg/product_1727780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-16-shipping-boxes-32-ect-brown-20-bundle-bs201816/product_2647519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-14-x-14-rs1012-c1414gg/product_1731220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-cadence-mesh-nesting-chair-black-12-pk-2309bk12pk/product_2494290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-16-x-16-rs1012-b1616bmf/product_1729043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-265/product_692577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-kee-42-x-24-training-table-mahogany-chrome/product_2493298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-dental-hygiene-steam-wall-activity-board-mk-me10346-gg/product_24562762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-2-mil-clear-500-carton-600/product_939629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-high-storage-cabinet-cherry/product_1607547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-11-x-11-rs1014-b1111mf/product_1730939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-rectangular-activity-table-23-x-24-height-adjustable-mocha-walnut-mt6630mwapbk/product_2493342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-42-w-grey-black-mt4224gybpbk/product_2493368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1013-w1616mf/product_1729038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-11-shipping-boxes-32-ect-brown-15-bundle-202011/product_947003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-72-w-gray-black-mt7224gybpbk/product_2493349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-square-table-with-4-chairs-black-tb4242pl44bk/product_1607787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-astoria-collection-end-table-clear-matte-gold-nanjn21750et/product_24307377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-14-x-14-rs987-c1414gg/product_1731200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-25-x-23-5-beech-mk-me088010-gg/product_24562707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-baker-indoor-outdoor-30-round-table-set-with-2-cafe-chairs-red-ch519th218cred/product_2519420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-x-24-height-adjustable-beech-mk-me088025-gg/product_24562736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-beverly-armless-ergonomic-mesh-swivel-mid-back-padded-task-office-chair-blue-h2376fblue/product_257382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-6-shipping-boxes-32-ect-brown-25-bundle-20126/product_557524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-12-multi-depth-shipping-boxes-32-ect-brown-20-bundle-md201212/product_404765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-square-laminate-table-with-4-chairs-gray-tb4242ch44gy/product_1607909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-round-laminate-table-with-zeng-stack-chairs-gray-tb42rndmh44gy/product_1607769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-laminate-square-table-with-4-zeng-stack-chairs-gray-tb4848mw44gy/product_1608220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-14-x-14-rs988-c1414gg/product_1731199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-10-shipping-boxes-32-ect-brown-20-bundle-201510/product_404760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-16-shipping-boxes-32-ect-brown-20-bundle-201416/product_947068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-black-computer-desk-with-pull-out-keyboard-tray/product_2108898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-ring-toss-canvas-art-18x18-inches/product_254645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-round-laminate-table-with-4-restaurant-stack-chairs-mahogany-tkb48rndmh29/product_1608415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-11-x-11-rs993-b1111mf/product_1730871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-square-laminate-cherry-table-with-4-zeng-stack-chairs-gray-tb4848ch44gy/product_1608228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-14-multi-depth-shipping-boxes-32-ect-kraft-20-pack-bs201614md/product_24408412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-16-shipping-boxes-32-ect-brown-20-bundle-bs201616/product_2647448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-storage-unit-16-h-x-31-5-w-x-13-d-brown-mk-ke24558-gg/product_24562670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-14-x-14-rs1011-c1414gg/product_1731221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-1550-box-vented-pallet-wrap-1-roll-sfv2015/product_192248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-black-metal-double-screen-articulating-monitor-mount-ca2/product_2493324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-24-x-24-rs1011-c2424gg/product_1727780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-16-shipping-boxes-32-ect-brown-20-bundle-bs201816/product_2647519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-14-x-14-rs1012-c1414gg/product_1731220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-cadence-mesh-nesting-chair-black-12-pk-2309bk12pk/product_2494290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-16-x-16-rs1012-b1616bmf/product_1729043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-high-storage-cabinet-cherry/product_1607547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-2-mil-clear-500-carton-600/product_939629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-dental-hygiene-steam-wall-activity-board-mk-me10346-gg/product_24562762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-265/product_692577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-kee-42-x-24-training-table-mahogany-chrome/product_2493298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-11-x-11-rs1014-b1111mf/product_1730939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-rectangular-activity-table-23-x-24-height-adjustable-mocha-walnut-mt6630mwapbk/product_2493342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-11-shipping-boxes-32-ect-brown-15-bundle-202011/product_947003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-42-w-grey-black-mt4224gybpbk/product_2493368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1013-w1616mf/product_1729038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-72-w-gray-black-mt7224gybpbk/product_2493349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-25-x-23-5-beech-mk-me088010-gg/product_24562707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-x-24-height-adjustable-beech-mk-me088025-gg/product_24562736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-71-bowfront-desk-shell-cherry/product_2493943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-16-x-16-rs989-b1616bmf/product_1728104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-lateral-file-with-stackable-storage-cabinet-cherry/product_2497815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-table-23-5-x-23-5-beech-mk-me088009-gg/product_24562714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-24-expansion-self-sealing-poly-mailer-200-carton-5220/product_24449486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stackable-storage-cabinet-cherry/product_1607551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-beech-mk-me088018-gg/product_24562715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-back-to-back-storage-cabinet-desk-cherry/product_2493918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-height-adjustable-beech-mk-me088027-gg/product_24562719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-back-to-back-storage-cabinet-storage-cabinet-cherry-lsscsc3646ch/product_2493929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-10-x-32-rs1015-c1032gg/product_1729216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-24-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr139/product_23978271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-side-to-side-storage-cabinet-desk-cherry/product_2493908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-insect-sliding-maze-learning-board-mk-mk00682-gg/product_24589708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-24-reclosable-poly-bags-2-mil-clear-500-carton-3682a/product_939346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-6-x-19-rs1015-c619gg/product_1731263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-cherry-77292ch/product_24566687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-34-layflat-poly-bags-1-5-mil-clear-500-carton-270/product_692579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-11-x-11-rs998-w1111mf/product_1730861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-2-section-storage-cart-26-5-h-x-23-5-w-x-23-5-d-brown-mk-me14795-gg/product_24562699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-2-section-storage-cart-24-5-h-x-31-5-w-x-13-d-brown-mk-ke24107-gg/product_24562688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-30-layflat-poly-bags-2-mil-clear-500-carton-610/product_939632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-b1616bmf/product_1728086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-8-section-storage-cart-31-5-h-x-33-w-x-23-d-natural-birch-plywood-mk-me14504-gg/product_24588750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-multipurpose-modular-steam-wall-peg-system-panel-brown-mk-me10964-gg/product_24562757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-mahogany-77293mh/product_24566691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation/product_SS210869363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-48-layflat-poly-bags-2-mil-clear-250-carton-613/product_939634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-pegs-for-modular-steam-walls-64-pack-mk-me21113-gg/product_24562748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-18-x-18-rs990-c1818gg/product_1729534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-5000-80-gauge-cast-machine-length-stretch-wrap-ultra-clear-40-roll-fstmsf20805c/product_2662230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-16-x-16-rs991-b1616bmf/product_1728099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-42-x-30-height-adjustable-cherry-mt4230chapbk/product_2275888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-gear-building-busy-board-mk-mk06158-gg/product_24589711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-80-Gauge-x-5000-Staples-Cast-Machine-Stretch-Film-1-Roll/product_946355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-16-x-16-rs992-b1616bmf/product_1728097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-16-x-16-rs992-b1616mf/product_1728096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-tangram-shape-learning-board-mk-mk00538-gg/product_24589690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x20-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL20204/product_1499838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-square-activity-table-36-x-36-height-adjustable-mahogany-tb3636mhapbk/product_2493337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-71-bowfront-desk-shell-cherry/product_2493943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/200-4x8-ft-invttn-100-rc-gr/product_352280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-classroom-modular-corner-chair-brown-mk-ke15686-gg/product_24562768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rolling-pin-by-tammy-davison-canvas-art-ready-to-hang-22x32-inches/product_255187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-16-x-16-rs989-b1616bmf/product_1728104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/200-5x7-foil-card-taylor-pol/product_24454315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reinforeced-edge-shop-ticket-holders-for-12-x-9-insert-clear-front-back-25-box-49912/product_509782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-24-expansion-self-sealing-poly-mailer-200-carton-5220/product_24449486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-table-23-5-x-23-5-beech-mk-me088009-gg/product_24562714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-lateral-file-with-stackable-storage-cabinet-cherry/product_2497815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-wooden-classroom-chair-brown-2-pieces-set-mk-ke24435-gg/product_24562756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-beech-mk-me088018-gg/product_24562715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stackable-storage-cabinet-cherry/product_1607551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-back-to-back-storage-cabinet-desk-cherry/product_2493918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-height-adjustable-beech-mk-me088027-gg/product_24562719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-back-to-back-storage-cabinet-storage-cabinet-cherry-lsscsc3646ch/product_2493929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-10-x-32-rs1015-c1032gg/product_1729216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-24-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr139/product_23978271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-side-to-side-storage-cabinet-desk-cherry/product_2493908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-24-reclosable-poly-bags-2-mil-clear-500-carton-3682a/product_939346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-cherry-77292ch/product_24566687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-insect-sliding-maze-learning-board-mk-mk00682-gg/product_24589708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-6-x-19-rs1015-c619gg/product_1731263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-11-x-11-rs998-w1111mf/product_1730861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-34-layflat-poly-bags-1-5-mil-clear-500-carton-270/product_692579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-2-section-storage-cart-26-5-h-x-23-5-w-x-23-5-d-brown-mk-me14795-gg/product_24562699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-2-section-storage-cart-24-5-h-x-31-5-w-x-13-d-brown-mk-ke24107-gg/product_24562688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-30-layflat-poly-bags-2-mil-clear-500-carton-610/product_939632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-b1616bmf/product_1728086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-8-section-storage-cart-31-5-h-x-33-w-x-23-d-natural-birch-plywood-mk-me14504-gg/product_24588750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-multipurpose-modular-steam-wall-peg-system-panel-brown-mk-me10964-gg/product_24562757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation/product_SS210869363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-mahogany-77293mh/product_24566691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-48-layflat-poly-bags-2-mil-clear-250-carton-613/product_939634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-pegs-for-modular-steam-walls-64-pack-mk-me21113-gg/product_24562748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-18-x-18-rs990-c1818gg/product_1729534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-5000-80-gauge-cast-machine-length-stretch-wrap-ultra-clear-40-roll-fstmsf20805c/product_2662230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-16-x-16-rs991-b1616bmf/product_1728099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-42-x-30-height-adjustable-cherry-mt4230chapbk/product_2275888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x-80-Gauge-x-5000-Staples-Cast-Machine-Stretch-Film-1-Roll/product_946355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-gear-building-busy-board-mk-mk06158-gg/product_24589711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-16-x-16-rs992-b1616bmf/product_1728097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-16-x-16-rs992-b1616mf/product_1728096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-tangram-shape-learning-board-mk-mk00538-gg/product_24589690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/20-x20-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL20204/product_1499838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/regency-square-activity-table-36-x-36-height-adjustable-mahogany-tb3636mhapbk/product_2493337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/200-4x8-ft-invttn-100-rc-gr/product_352280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-classroom-modular-corner-chair-brown-mk-ke15686-gg/product_24562768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rolling-pin-by-tammy-davison-canvas-art-ready-to-hang-22x32-inches/product_255187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/reinforeced-edge-shop-ticket-holders-for-12-x-9-insert-clear-front-back-25-box-49912/product_509782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/200-5x7-foil-card-taylor-pol/product_24454315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-wooden-classroom-chair-brown-2-pieces-set-mk-ke24435-gg/product_24562756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:42:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/200-adv-lbl-20-sheet-3x2-pis/product_24471729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-22-x-32-canvas-art/product_821643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rejected-by-labels-red-black-5-x-3-500-rl/product_573131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/relief-pak-reusable-cold-packs-standard-11x14/product_881094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk/product_SS240846610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-11-x-14-black-frame-art/product_33860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-double-pedestal-desk/product_SS240846960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-24-x-32-canvas-art/product_33856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cinnabar-green-light-40-ml-626-pack-of-2-2pk-100514716/product_2131016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-classic-line-2010-p-numbering-machine-10-band-black-ink-011236/product_24447397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-classic-line-2008-numbering-machine-8-band-black-ink-011235/product_24447396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-carolyn-leathersoft-swivel-mid-back-executive-office-chair-white-go2236mwh/product_24195299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-ii-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0853-b1114bmf/product_2081739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-ii-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0853-w1114bmf/product_2081664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-permanent-yellow-medium-40-ml-284/product_1718724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-colorful-restaurant-barstool-with-back-crystal-teal-blue-et353430cb/product_2548315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-easy-select-self-inking-dater-1-x-5-32-impression-black-ink-011091/product_1538855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-colorful-restaurant-barstool-with-back-silver-ch6120030sil/product_2548327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-24-x-24-canvas-art-ali1318-c2424gg/product_2084395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-18-x-18-canvas-art-ali1318-c1818gg/product_2083176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-faux-leather-parsons-dining-chair-black-bt350bklea023/product_200832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-black-ch82028abk/product_1983278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-oxide-brown-40-ml-426/product_1718713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-18-x-24-canvas-art/product_503136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-oxide-red-40-ml-378-100514673/product_2134808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-yellow-medium-40-ml-272-100514643/product_2134615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-bluish-grey-727-3-each-pack-of-4/product_1719200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-11-x-14-black-frame-art/product_314732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-cottage-22-x-32-canvas-art/product_314172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-cottage-18-x-24-canvas-art/product_314171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-35-x-47-canvas-art/product_500208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ultramarine-deep-40-ml-506-pack-of-2-2pk-100514686/product_2131233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-26-x-32-canvas-art/product_497297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-without-back-adjustable-height-black-chtc31002bk/product_1983245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-bean-bag-chair-red-dgbeansmsldrd/product_1169282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-carmine-318-3-each-pack-of-4/product_1719503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-cut-out-back-bar-stool-adjustable-height-black-ch122070bk/product_2547684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-16-x-20-wood-frame-art/product_501633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-s-260-daters-blue-and-red-ink-011098/product_1538611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-dot-kids-bean-bag-chair-lavender/product_1169287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-light-oxide-red-no-339-5-4-pack-32885-pk4/product_1719496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p15-black-065487/product_2655380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/200-adv-lbl-20-sheet-3x2-pis/product_24471729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-commercial-grade-square-outdoor-picnic-table-black-slfems46h60lbk/product_24595248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-1890-18-x-24-canvas-art/product_495860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-22-x-32-canvas-art/product_821643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rejected-by-labels-red-black-5-x-3-500-rl/product_573131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-outdoor-picnic-table-with-mesh-seats-and-umbrella-hole-black-slfemr46bk/product_24588571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-1890-by-vincent-van-gogh-16-x-20-white-matted-silver-frame-bl01403-s1620mf/product_2085031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-11-x-14-black-frame-art/product_33860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/relief-pak-reusable-cold-packs-standard-11x14/product_881094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-double-pedestal-desk/product_SS240846960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk/product_SS240846610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-24-x-32-canvas-art/product_33856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cinnabar-green-light-40-ml-626-pack-of-2-2pk-100514716/product_2131016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-carolyn-leathersoft-swivel-mid-back-executive-office-chair-white-go2236mwh/product_24195299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-classic-line-2008-numbering-machine-8-band-black-ink-011235/product_24447396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-classic-line-2010-p-numbering-machine-10-band-black-ink-011236/product_24447397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-ii-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0853-b1114bmf/product_2081739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-ii-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0853-w1114bmf/product_2081664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-colorful-restaurant-barstool-with-back-crystal-teal-blue-et353430cb/product_2548315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-permanent-yellow-medium-40-ml-284/product_1718724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-easy-select-self-inking-dater-1-x-5-32-impression-black-ink-011091/product_1538855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-colorful-restaurant-barstool-with-back-silver-ch6120030sil/product_2548327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-24-x-24-canvas-art-ali1318-c2424gg/product_2084395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-faux-leather-parsons-dining-chair-black-bt350bklea023/product_200832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-18-x-18-canvas-art-ali1318-c1818gg/product_2083176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-black-ch82028abk/product_1983278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-18-x-24-canvas-art/product_503136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-oxide-brown-40-ml-426/product_1718713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-oxide-red-40-ml-378-100514673/product_2134808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-yellow-medium-40-ml-272-100514643/product_2134615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-bluish-grey-727-3-each-pack-of-4/product_1719200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-11-x-14-black-frame-art/product_314732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-cottage-22-x-32-canvas-art/product_314172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-35-x-47-canvas-art/product_500208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-cottage-18-x-24-canvas-art/product_314171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ultramarine-deep-40-ml-506-pack-of-2-2pk-100514686/product_2131233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-26-x-32-canvas-art/product_497297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-without-back-adjustable-height-black-chtc31002bk/product_1983245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-bean-bag-chair-red-dgbeansmsldrd/product_1169282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-carmine-318-3-each-pack-of-4/product_1719503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-cut-out-back-bar-stool-adjustable-height-black-ch122070bk/product_2547684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-16-x-20-wood-frame-art/product_501633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-s-260-daters-blue-and-red-ink-011098/product_1538611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-light-oxide-red-no-339-5-4-pack-32885-pk4/product_1719496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-dot-kids-bean-bag-chair-lavender/product_1169287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-commercial-grade-square-outdoor-picnic-table-black-slfems46h60lbk/product_24595248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p15-black-065487/product_2655380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-1890-18-x-24-canvas-art/product_495860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-outdoor-picnic-table-with-mesh-seats-and-umbrella-hole-black-slfemr46bk/product_24588571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-1890-by-vincent-van-gogh-16-x-20-white-matted-silver-frame-bl01403-s1620mf/product_2085031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p20-dual-pad-printer-p20-blue/product_2655363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-in-glass-18-x-24-canvas-art/product_314253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-orange-no-235-8-4-pack-32848-pk4/product_1719509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-darcy-indoor-outdoor-table-set-with-4-stack-chairs-63-x-31-5-red-etct005430red/product_2407090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-green-deep-no-619-9-4-pack-33054-pk4/product_1719316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-stamp-pad-black-ink-062091/product_825856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-360-dater-received-paid-entered-faxed-blue-and-red-inks-032519/product_819316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-green-no-675-5-4-pack-33101-pk4/product_1719208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-self-inking-office-kit/product_520153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-24-x-24-canvas-art-ali1285-c2424gg/product_2084404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-sienna-234-5-each-pack-of-4-4pk-100515716/product_2129605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-set-custom-black-ink-030968/product_614107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-31-5-x-31-5-granite-white-dadycz80rgw/product_1982287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-48-x-48-granite-white-dadycz122r/product_1179988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2015-Medical-Procedure-Coding-Made-Easy-8th-Edition/product_1075620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2015-OPTUM-ICD-10-CM-Fast-Finder-Musculosk-Connect/product_1184534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-60-75-x-60-75-granite-white-dadycz1gw/product_1982277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-60-x-60-granite-white-dadycz154gw/product_200914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/remedia-drive-thru-menu-math-add-subtract-money/product_272825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-22-x-32-canvas-art/product_312799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-72-x-18-granite-white-dadycz180gw/product_1179960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-11-x-14-wood-frame-art/product_33821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/remedia-reading-for-speed-content-grade-2nd-5th-book-set-language-arts-reading/product_884112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-burgundy-bt353bglea/product_200836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-multicolor-smoke-12-x-12-academic-monthly-wall-calendar-133679-a24/product_24546790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-running-horse-by-preston-6-x-19-canvas-art-em0564-c619gg/product_2085202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-multicolor-smoke-17-x-22-academic-monthly-desk-pad-calendar-146004/product_24546772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-bliss-5-x-8-academic-weekly-monthly-planner-multicolor-142352/product_24546846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-classic-15-x-12-academic-monthly-wall-calendar-white-blue-135556-a24/product_24547087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fielder-folding-table-96-x-36-natural-xa3696p/product_1982256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/remote-control-extreme-terrain-utility-vehicle-red-jeep-suv-toycar002/product_24216064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rentacargift-100-00-gift-card-email-delivery-1016985b10000/product_24590032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rushing-waters-35-x-47-canvas-art/product_313948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-flash-fundamentals-armless-ergonomic-mesh-swivel-mid-back-task-office-chair-gray-lf134gy/product_24474968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-b1114mf-blue-hour-from-the-louvre-by-mathieu-rivrin-11x14-frm-art-wht-mtd/product_1551767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-dark-gray-gale-8-5-x-11-academic-weekly-monthly-lesson-planner-136608-a23/product_24547092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rentacargift-50-00-gift-card-email-delivery-1016985b5000/product_24590031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-5-x-8-academic-weekly-monthly-planner-deep-blue-145815/product_24546839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-folding-table-72-x-30-natural-ytwtft3072tbl/product_201689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/renuzit-adjustable-cone-solid-air-freshener-raspberry-dia03667/product_202406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-folding-table-96-x-30-natural-ytwtft3096tbl/product_201690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-beach-house-stripe-blush-5-x-8-academic-weekly-monthly-planner-pink-white-142495/product_24546795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p20-dual-pad-printer-p20-blue/product_2655363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-b1114mf-gate-to-the-ocean-by-mathieu-rivrin-11-x-14-frm-art-wht-mtd/product_1551732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/replacement-blades-for-safety-knife-10-carton-ep240b/product_2653217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-in-glass-18-x-24-canvas-art/product_314253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c2232gg-gate-to-the-ocean-by-mathieu-rivrin-22-x-32-frameless-art/product_1553327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-stamp-pad-black-ink-062091/product_825856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-darcy-indoor-outdoor-table-set-with-4-stack-chairs-63-x-31-5-red-etct005430red/product_2407090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-green-deep-no-619-9-4-pack-33054-pk4/product_1719316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-orange-no-235-8-4-pack-32848-pk4/product_1719509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-360-dater-received-paid-entered-faxed-blue-and-red-inks-032519/product_819316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-self-inking-office-kit/product_520153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-green-no-675-5-4-pack-33101-pk4/product_1719208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gilbert-indoor-outdoor-table-set-with-6-stack-chairs-63-x-31-5-red-etct005630red/product_2407067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-24-x-24-canvas-art-ali1285-c2424gg/product_2084404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-sienna-234-5-each-pack-of-4-4pk-100515716/product_2129605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-31-5-x-31-5-granite-white-dadycz80rgw/product_1982287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-48-x-48-granite-white-dadycz122r/product_1179988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-set-custom-black-ink-030968/product_614107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2015-Medical-Procedure-Coding-Made-Easy-8th-Edition/product_1075620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2015-OPTUM-ICD-10-CM-Fast-Finder-Musculosk-Connect/product_1184534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-60-75-x-60-75-granite-white-dadycz1gw/product_1982277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/remedia-drive-thru-menu-math-add-subtract-money/product_272825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-22-x-32-canvas-art/product_312799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-60-x-60-granite-white-dadycz154gw/product_200914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-11-x-14-wood-frame-art/product_33821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-72-x-18-granite-white-dadycz180gw/product_1179960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/remedia-reading-for-speed-content-grade-2nd-5th-book-set-language-arts-reading/product_884112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-burgundy-bt353bglea/product_200836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-multicolor-smoke-12-x-12-academic-monthly-wall-calendar-133679-a24/product_24546790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-running-horse-by-preston-6-x-19-canvas-art-em0564-c619gg/product_2085202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-bliss-5-x-8-academic-weekly-monthly-planner-multicolor-142352/product_24546846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-multicolor-smoke-17-x-22-academic-monthly-desk-pad-calendar-146004/product_24546772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-classic-15-x-12-academic-monthly-wall-calendar-white-blue-135556-a24/product_24547087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fielder-folding-table-96-x-36-natural-xa3696p/product_1982256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/remote-control-extreme-terrain-utility-vehicle-red-jeep-suv-toycar002/product_24216064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rentacargift-100-00-gift-card-email-delivery-1016985b10000/product_24590032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rushing-waters-35-x-47-canvas-art/product_313948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-b1114mf-blue-hour-from-the-louvre-by-mathieu-rivrin-11x14-frm-art-wht-mtd/product_1551767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-flash-fundamentals-armless-ergonomic-mesh-swivel-mid-back-task-office-chair-gray-lf134gy/product_24474968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rentacargift-50-00-gift-card-email-delivery-1016985b5000/product_24590031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-dark-gray-gale-8-5-x-11-academic-weekly-monthly-lesson-planner-136608-a23/product_24547092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-5-x-8-academic-weekly-monthly-planner-deep-blue-145815/product_24546839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-folding-table-72-x-30-natural-ytwtft3072tbl/product_201689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/renuzit-adjustable-cone-solid-air-freshener-raspberry-dia03667/product_202406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-beach-house-stripe-blush-5-x-8-academic-weekly-monthly-planner-pink-white-142495/product_24546795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-b1114mf-gate-to-the-ocean-by-mathieu-rivrin-11-x-14-frm-art-wht-mtd/product_1551732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-folding-table-96-x-30-natural-ytwtft3096tbl/product_201690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/replacement-blades-for-safety-knife-10-carton-ep240b/product_2653217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c2232gg-gate-to-the-ocean-by-mathieu-rivrin-22-x-32-frameless-art/product_1553327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gilbert-indoor-outdoor-table-set-with-6-stack-chairs-63-x-31-5-red-etct005630red/product_2407067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-jungle-cat-8-x-10-academic-monthly-planner-multicolor-142533/product_24546899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-poppy-garden-5-88-x-8-63-academic-weekly-monthly-planner-multicolor-142523/product_24546852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c1219gg-martinique-by-mathieu-rivrin-12-x-19-frameless-art/product_1551152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-bt90275h/product_1983661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c1624gg-martinique-by-mathieu-rivrin-16-x-24-frameless-art/product_1551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/replogle-6-renaissance-globe-silver-black/product_309151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/report-all-injuries-immediately-no-matter-how-slight-7x10-040-aluminum-notice-sign/product_556851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-mahogany-bt90171hs/product_1983666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-8-5-x-11-academic-weekly-monthly-planner-multicolor-142506/product_24546838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/resolve-high-traffic-carpet-cleaner-foam-22-oz-19200-00706/product_1613680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-harbor-hills-glass-console-tv-stand-screens-up-to-45-clear-black-nanjh1760/product_24307354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/restore-strength-and-flexibility-kit-05-59180/product_24445357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-040-aluminum-danger-sign/product_564120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hawkins-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-h9626l2/product_257407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1114bmf-sunrise-in-paris-by-mathieu-rivrin-11-x-14-frm-art-blk-mtd/product_1551720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/restricted-area-20x28-040-aluminum-caution-sign/product_562180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-holden-gray-3-63-x-6-13-academic-weekly-monthly-planner-gray-white-142338/product_24546793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1620mf-sunrise-in-paris-by-mathieu-rivrin-16-x-20-framed-art-wht-mtd/product_1553593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-18-h-vinyl-black-frame-trapezoidal-back-banquet-chair-black-20-pack-20fdbhf2bkvyl/product_696469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/restricted-area-area-restringida-blank-bilingual-14x10-040-aluminum/product_559424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-19-1-4-h-vinyl-black-frame-trapezoidal-back-banquet-chair-black-4-pack-4fdbhf1bkbk/product_696358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-5-88-x-8-63-academic-weekly-monthly-planner-powder-blue-143801/product_24546826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-8full-back-stack-chairs-w-sled-base-black-20-pack/product_257020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-adeline-8-5-x-11-academic-weekly-monthly-planner-multicolor-145821/product_24546847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-b1620mf-symetrie-du-louvre-by-mathieu-rivrin-16-x-20-frm-art-wht-mtd/product_1553600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c3047gg-symetrie-du-louvre-by-mathieu-rivrin-30-x-47-frameless-art/product_1553968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-contemporary-metal-dining-chair-natural-wood-seat-xudg694bladnatw/product_1982853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/retail-therapy-50-00-gift-card-email-delivery-1024021b5000/product_24577677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-livy-orange-8-75-x-11-academic-monthly-wall-calendar-142379/product_24546885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-a-stroll-in-italy-canvas-art-30x47-inches/product_254351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/retirement-is-a-full-time-job-hardcover/product_24575954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-8-5-x-11-academic-monthly-planner-multicolor-142346/product_24546880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-definity-series-75-25-leathersoft-sofa-with-stainless-steel-frame-black-zbdefnty809sobk/product_257540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-12-x-12-academic-monthly-desk-pad-calendar-142610/product_24546799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-3-63-x-6-13-academic-weekly-monthly-planner-rouge-red-142639/product_24546780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-gold-frame-dome-back-banquet-chair-navy-4-pack-4fdc03ag3774/product_200976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-5-x-8-academic-weekly-monthly-planner-rouge-red-142638/product_24546778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-8-5-x-11-academic-weekly-monthly-planner-rouge-142637/product_24546776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/revo-america-aero-hd-1080p-indoor-outdoor-vandal-dome-camera-racvdj36-1/product_24311685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cool-city-canvas-art-16x24-inches/product_254391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-capri-lemon-shower-11-x-17-academic-monthly-desk-pad-calendar-145627/product_24546857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-jungle-cat-8-x-10-academic-monthly-planner-multicolor-142533/product_24546899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-monarch-migration-5-x-8-academic-weekly-monthly-planner-multicolor-145817/product_24546807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-downtown-chicago-canvas-art-16x24-inches/product_254403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-3-63-x-6-13-academic-monthly-planner-multicolor-142616/product_24546844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imperial-series-72-75-leathersoft-sofa-black-1113bk/product_257479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c1219gg-martinique-by-mathieu-rivrin-12-x-19-frameless-art/product_1551152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-poppy-garden-5-88-x-8-63-academic-weekly-monthly-planner-multicolor-142523/product_24546852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-bt90275h/product_1983661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c1624gg-martinique-by-mathieu-rivrin-16-x-24-frameless-art/product_1551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/replogle-6-renaissance-globe-silver-black/product_309151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/report-all-injuries-immediately-no-matter-how-slight-7x10-040-aluminum-notice-sign/product_556851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-five-o-clock-in-steven-s-point-canvas-art-22x32-inches/product_254358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-mahogany-bt90171hs/product_1983666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-8-5-x-11-academic-weekly-monthly-planner-multicolor-142506/product_24546838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/resolve-high-traffic-carpet-cleaner-foam-22-oz-19200-00706/product_1613680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-harbor-hills-glass-console-tv-stand-screens-up-to-45-clear-black-nanjh1760/product_24307354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/restore-strength-and-flexibility-kit-05-59180/product_24445357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-040-aluminum-danger-sign/product_564120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hawkins-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-h9626l2/product_257407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1114bmf-sunrise-in-paris-by-mathieu-rivrin-11-x-14-frm-art-blk-mtd/product_1551720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/restricted-area-20x28-040-aluminum-caution-sign/product_562180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-holden-gray-3-63-x-6-13-academic-weekly-monthly-planner-gray-white-142338/product_24546793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1620mf-sunrise-in-paris-by-mathieu-rivrin-16-x-20-framed-art-wht-mtd/product_1553593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-18-h-vinyl-black-frame-trapezoidal-back-banquet-chair-black-20-pack-20fdbhf2bkvyl/product_696469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/restricted-area-area-restringida-blank-bilingual-14x10-040-aluminum/product_559424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-19-1-4-h-vinyl-black-frame-trapezoidal-back-banquet-chair-black-4-pack-4fdbhf1bkbk/product_696358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-5-88-x-8-63-academic-weekly-monthly-planner-powder-blue-143801/product_24546826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-adeline-8-5-x-11-academic-weekly-monthly-planner-multicolor-145821/product_24546847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-8full-back-stack-chairs-w-sled-base-black-20-pack/product_257020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-b1620mf-symetrie-du-louvre-by-mathieu-rivrin-16-x-20-frm-art-wht-mtd/product_1553600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c3047gg-symetrie-du-louvre-by-mathieu-rivrin-30-x-47-frameless-art/product_1553968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-contemporary-metal-dining-chair-natural-wood-seat-xudg694bladnatw/product_1982853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-livy-orange-8-75-x-11-academic-monthly-wall-calendar-142379/product_24546885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/retail-therapy-50-00-gift-card-email-delivery-1024021b5000/product_24577677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-a-stroll-in-italy-canvas-art-30x47-inches/product_254351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/retirement-is-a-full-time-job-hardcover/product_24575954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-8-5-x-11-academic-monthly-planner-multicolor-142346/product_24546880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-definity-series-75-25-leathersoft-sofa-with-stainless-steel-frame-black-zbdefnty809sobk/product_257540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-12-x-12-academic-monthly-desk-pad-calendar-142610/product_24546799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-3-63-x-6-13-academic-weekly-monthly-planner-rouge-red-142639/product_24546780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-gold-frame-dome-back-banquet-chair-navy-4-pack-4fdc03ag3774/product_200976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-5-x-8-academic-weekly-monthly-planner-rouge-red-142638/product_24546778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-8-5-x-11-academic-weekly-monthly-planner-rouge-142637/product_24546776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/revo-america-aero-hd-1080p-indoor-outdoor-vandal-dome-camera-racvdj36-1/product_24311685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cool-city-canvas-art-16x24-inches/product_254391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-capri-lemon-shower-11-x-17-academic-monthly-desk-pad-calendar-145627/product_24546857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-monarch-migration-5-x-8-academic-weekly-monthly-planner-multicolor-145817/product_24546807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-downtown-chicago-canvas-art-16x24-inches/product_254403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-3-63-x-6-13-academic-monthly-planner-multicolor-142616/product_24546844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imperial-series-72-75-leathersoft-sofa-black-1113bk/product_257479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-five-o-clock-in-steven-s-point-canvas-art-22x32-inches/product_254358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-parisian-roses-8-x-10-academic-daily-monthly-planner-multicolor-146001/product_24546853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blueline-fridgeplanner-14-x-13-5-academic-monthly-magnet-calendar-c174110a/product_24593649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-florida-sunset-canvas-art-30x47-inches/product_254420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-vandal-resistant-ip-surveillance-mini-dome-camera-rucd28-1c/product_24311641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-five-o-clock-in-steven-s-point-canvas-art-30x47-inches/product_254360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-20-pack/product_696163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-4-in-x-6-in-orange-pack-of-8-8pk-13200/product_2136222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-with-charcoal-frame-black-4-pack/product_696010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-fringe-studio-good-day-8-75-x-11-academic-weekly-monthly-planner-multicolor-825009/product_24544000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-7-x-9-monthly-planner-faux-leather-cover-light-blue-ay24-401e/product_24544506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-gartner-studios-swirl-5-63-x-8-25-academic-weekly-monthly-planner-multicolor-98062/product_24544605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rhodia-professional-notebooks-8-25-x-11-75-wide-ruled-80-sheets-orange-92624/product_2135591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-stackable-melody-band-music-chair-black-12-pack/product_201211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-office-chair-black-4-pack-rut-238a-bk-gg/product_257019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-house-of-doolittle-8-5-x-11-monthly-planner-black-2620-02-23/product_24523528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-opening-night-canvas-art-35x47-inches/product_254494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-premium-curved-fabric-armless-folding-chair-navy-24-pack/product_201102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-16x24-inches/product_254498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-roman-metal-reception-set-brown-zbromanbrn/product_257602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-pastoral-canvas-art-30x47-inches/product_254503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-dark-gray-109414/product_24546767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-southworth-8-5-x-11-academic-weekly-monthly-planner-sweet-citrus-floral-91262/product_24544603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-steven-s-point-downtown-canvas-art-18x24-inches/product_254535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-southworth-china-blue-floral-8-5-x-11-academic-monthly-planner-blue-white-92023/product_24544602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-403115-drum-unit/product_327796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-22-x-17-academic-monthly-desk-pad-calendar-gray-st59496-23/product_24542863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-street-strolling-in-greece-canvas-art-16x24-inches/product_254548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-407507-black-standard-yield-toner-cartridge/product_2704975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-407100-waste-toner-bottle-40000-page-yield/product_140439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-sunset-stroll-wautoma-canvas-art-16x24-inches/product_254558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go2092m1bk/product_2637310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-tufted-task-office-chair-black-go2073lea/product_1983627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-mesh-swivel-24-7-intensive-use-big-tall-multifunction-office-chair-black-lq2bk/product_1983622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2025-cambridge-workstyle-3-5-x-6-25-academic-monthly-planner-pink-gold-1606-021a-27-24/product_24543841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-when-in-rome-canvas-art-22x32-inches/product_254598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-821257-magenta-standard-yield-toner-cartridge/product_2704931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-black-silver-frame-4-pack-4fdc01s11/product_2498891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-841337-black-standard-yield-toner-cartridge-6-pack/product_24336975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-gray-dot-silver-frame-4-pack-4fdc01s6/product_2498901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-black-2-pack-2awmc320afbk/product_24442104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0580-b1114bmf/product_2082611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-parisian-roses-8-x-10-academic-daily-monthly-planner-multicolor-146001/product_24546853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-executive-9-x-11-monthly-padfolio-refill-white-70-909-10-23/product_24515695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0580-w1114mf/product_2082609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-841727-yellow-standard-toner-cartridge/product_2802932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-navy-2-pack-2awmc320afnvy/product_24442047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-blueline-fridgeplanner-14-x-13-5-academic-monthly-magnet-calendar-c174110a/product_24593649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-vandal-resistant-ip-surveillance-mini-dome-camera-rucd28-1c/product_24311641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-florida-sunset-canvas-art-30x47-inches/product_254420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-five-o-clock-in-steven-s-point-canvas-art-30x47-inches/product_254360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-6-75-x-3-75-daily-monthly-planner-refill-white-brown-471-225-23/product_24516018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-20-pack/product_696163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-4-in-x-6-in-orange-pack-of-8-8pk-13200/product_2136222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-7-x-9-monthly-planner-faux-leather-cover-light-blue-ay24-401e/product_24544506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-fringe-studio-good-day-8-75-x-11-academic-weekly-monthly-planner-multicolor-825009/product_24544000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-with-charcoal-frame-black-4-pack/product_696010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-gartner-studios-swirl-5-63-x-8-25-academic-weekly-monthly-planner-multicolor-98062/product_24544605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rhodia-professional-notebooks-8-25-x-11-75-wide-ruled-80-sheets-orange-92624/product_2135591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-office-chair-black-4-pack-rut-238a-bk-gg/product_257019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-stackable-melody-band-music-chair-black-12-pack/product_201211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-house-of-doolittle-8-5-x-11-monthly-planner-black-2620-02-23/product_24523528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-premium-curved-fabric-armless-folding-chair-navy-24-pack/product_201102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-opening-night-canvas-art-35x47-inches/product_254494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-16x24-inches/product_254498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-roman-metal-reception-set-brown-zbromanbrn/product_257602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-pastoral-canvas-art-30x47-inches/product_254503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-dark-gray-109414/product_24546767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-southworth-8-5-x-11-academic-weekly-monthly-planner-sweet-citrus-floral-91262/product_24544603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-steven-s-point-downtown-canvas-art-18x24-inches/product_254535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-southworth-china-blue-floral-8-5-x-11-academic-monthly-planner-blue-white-92023/product_24544602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-403115-drum-unit/product_327796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-22-x-17-academic-monthly-desk-pad-calendar-gray-st59496-23/product_24542863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-street-strolling-in-greece-canvas-art-16x24-inches/product_254548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-407507-black-standard-yield-toner-cartridge/product_2704975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-407100-waste-toner-bottle-40000-page-yield/product_140439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-sunset-stroll-wautoma-canvas-art-16x24-inches/product_254558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-mesh-swivel-24-7-intensive-use-big-tall-multifunction-office-chair-black-lq2bk/product_1983622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-tufted-task-office-chair-black-go2073lea/product_1983627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go2092m1bk/product_2637310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-2025-cambridge-workstyle-3-5-x-6-25-academic-monthly-planner-pink-gold-1606-021a-27-24/product_24543841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-when-in-rome-canvas-art-22x32-inches/product_254598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-821257-magenta-standard-yield-toner-cartridge/product_2704931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-black-2-pack-2awmc320afbk/product_24442104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-841337-black-standard-yield-toner-cartridge-6-pack/product_24336975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-black-silver-frame-4-pack-4fdc01s11/product_2498891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-gray-dot-silver-frame-4-pack-4fdc01s6/product_2498901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0580-b1114bmf/product_2082611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0580-w1114mf/product_2082609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-navy-2-pack-2awmc320afnvy/product_24442047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-executive-9-x-11-monthly-padfolio-refill-white-70-909-10-23/product_24515695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-841727-yellow-standard-toner-cartridge/product_2802932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-6-75-x-3-75-daily-monthly-planner-refill-white-brown-471-225-23/product_24516018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-841753-magenta-standard-yield-toner-cartridge/product_2802925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0580-c1624gg/product_2080498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0580-c2232gg/product_2077386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-841767-black-standard-yield-toner-cartridge/product_2802928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stack-chair-burgundy-patterned-xu60153by/product_257067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-11-x-14-wood-frame-art/product_317134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-black-standard-yield-toner-cartridge-841346/product_2802931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-chair-with-sled-base-black-xu8700blkb30/product_201522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-11-x-14-black-frame-art/product_313768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-leathersoft-swivel-big-tall-executive-office-chair-black-go1534bklea/product_257365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-16-x-20-black-frame-art/product_313769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-magenta-high-yield-toner-cartridge-406477/product_480704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-yellow-high-yield-toner-cartridge-406478/product_480694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-banquet-reception-chair-blue-2-pack-2lel3blue/product_24442038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-11-x-14-wood-frame-art/product_312809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-14-x-19-canvas-art/product_312805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-16-x-20-black-frame-art/product_312804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-folding-chair-white-2-pack-2dadycd70wh/product_24442046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-gc-41k-black-standard-yield-ink-cartridge-405761/product_71789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-gc-41y-yellow-standard-yield-ink-cartridge-405764/product_71755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-35-x-47-canvas-art/product_312808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-school-chair-black-rut2bk/product_1982121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-scansnap-ix1600-receipt-edition-black-pa03770-b675/product_24593493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-shell-stack-chair-black-ruteo1bk/product_201420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-24-x-32-canvas-art/product_314009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-35-x-47-canvas-art/product_314010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-badge-floral-36-x-24-academic-calendar-yearly-dry-erase-wall-calendar-reversible-1710f-550p-25/product_24579187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saint-lazare-station-18-x-24-canvas-art/product_501527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-5200ha-black-standard-yield-toner-cartridge-406683-us/product_2802935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-8-25-x-11-academic-weekly-monthly-planner-faux-leather-cover-graphite/product_24579203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-18-x-24-canvas-art/product_495338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c430-407018-drum-kit/product_414355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-open-back-black-rutgk01bk/product_201432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-lumbar-support-black-rut288bk/product_1168887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-11-x-14-black-frame-art/product_24101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-type-145-black-drum-unit-402319/product_734671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-16-x-20-black-frame-art/product_24100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-traditional-metal-slat-back-restaurant-barstool-silver-black-xudg60402bbkv/product_1982980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-waste-toner-bottle-for-mp-c6503-mp-c8003-pro-c5210s-pro-c5200s-printers-417721/product_24428927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-traditional-metal-x-back-restaurant-barstool-black-cherry-wood-xu6fobxbarchw/product_257743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salmon-trawler-at-sunrise-24-x-32-canvas-art/product_313859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ridgid-close-quarters-midget-tube-cutter-3-16-15-16-in-od-2-9-16-in-oal/product_786747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-stacking-chair-black-silver-vein-frame-4-pack-4fdc01svbkvy/product_256890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-stacking-chair-navy-silver-vein-frame-4-pack-4fdc01svny/product_256906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/right-handed-l-shaped-desk-with-mobile-file-cabinet/product_SS203472003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/right-to-know-information-labels-write-on-color-bar-6x4-adhesive-vinyl-10-pk/product_554171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-lite-5-5-x-8-5-academic-weekly-monthly-planner-teal-yp20la-12-25/product_24579218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-841753-magenta-standard-yield-toner-cartridge/product_2802925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-shell-ergonomic-stack-chair-with-black-frame-and-14-seat-black-15-pack/product_1179883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rigid-heavy-duty-bolt-cutter-center-cut-36/product_766244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-samri-s-baldwing-the-whie-mahatma-1888-canvas-art-16x32-inches/product_245009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0580-c1624gg/product_2080498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0580-c2232gg/product_2077386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-841767-black-standard-yield-toner-cartridge/product_2802928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stack-chair-burgundy-patterned-xu60153by/product_257067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-11-x-14-wood-frame-art/product_317134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-black-standard-yield-toner-cartridge-841346/product_2802931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-chair-with-sled-base-black-xu8700blkb30/product_201522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-leathersoft-swivel-big-tall-executive-office-chair-black-go1534bklea/product_257365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-11-x-14-black-frame-art/product_313768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-16-x-20-black-frame-art/product_313769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ring-pop-lollipops-assorted-flavors-0-5-oz-40-pieces-220-00013/product_184108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-magenta-high-yield-toner-cartridge-406477/product_480704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-banquet-reception-chair-blue-2-pack-2lel3blue/product_24442038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-yellow-high-yield-toner-cartridge-406478/product_480694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-11-x-14-wood-frame-art/product_312809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-14-x-19-canvas-art/product_312805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-folding-chair-white-2-pack-2dadycd70wh/product_24442046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-16-x-20-black-frame-art/product_312804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-gc-41k-black-standard-yield-ink-cartridge-405761/product_71789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-gc-41y-yellow-standard-yield-ink-cartridge-405764/product_71755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-35-x-47-canvas-art/product_312808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-school-chair-black-rut2bk/product_1982121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-scansnap-ix1600-receipt-edition-black-pa03770-b675/product_24593493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-shell-stack-chair-black-ruteo1bk/product_201420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-24-x-32-canvas-art/product_314009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-35-x-47-canvas-art/product_314010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-badge-floral-36-x-24-academic-calendar-yearly-dry-erase-wall-calendar-reversible-1710f-550p-25/product_24579187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saint-lazare-station-18-x-24-canvas-art/product_501527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-5200ha-black-standard-yield-toner-cartridge-406683-us/product_2802935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-8-25-x-11-academic-weekly-monthly-planner-faux-leather-cover-graphite/product_24579203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-18-x-24-canvas-art/product_495338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c430-407018-drum-kit/product_414355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-open-back-black-rutgk01bk/product_201432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-lumbar-support-black-rut288bk/product_1168887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-type-145-black-drum-unit-402319/product_734671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-11-x-14-black-frame-art/product_24101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-16-x-20-black-frame-art/product_24100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-traditional-metal-slat-back-restaurant-barstool-silver-black-xudg60402bbkv/product_1982980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ricoh-waste-toner-bottle-for-mp-c6503-mp-c8003-pro-c5210s-pro-c5200s-printers-417721/product_24428927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-traditional-metal-x-back-restaurant-barstool-black-cherry-wood-xu6fobxbarchw/product_257743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salmon-trawler-at-sunrise-24-x-32-canvas-art/product_313859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ridgid-close-quarters-midget-tube-cutter-3-16-15-16-in-od-2-9-16-in-oal/product_786747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-stacking-chair-black-silver-vein-frame-4-pack-4fdc01svbkvy/product_256890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-stacking-chair-navy-silver-vein-frame-4-pack-4fdc01svny/product_256906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/right-handed-l-shaped-desk-with-mobile-file-cabinet/product_SS203472003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/right-to-know-information-labels-write-on-color-bar-6x4-adhesive-vinyl-10-pk/product_554171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-lite-5-5-x-8-5-academic-weekly-monthly-planner-teal-yp20la-12-25/product_24579218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-shell-ergonomic-stack-chair-with-black-frame-and-14-seat-black-15-pack/product_1179883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rigid-heavy-duty-bolt-cutter-center-cut-36/product_766244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-samri-s-baldwing-the-whie-mahatma-1888-canvas-art-16x32-inches/product_245009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ring-pop-lollipops-assorted-flavors-0-5-oz-40-pieces-220-00013/product_184108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-ladder-back-metal-restaurant-chair-black-4-pack-4xudg694bbkv/product_201603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0575-w1114mf/product_2082624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-wood-armless-folding-chair-natural-4-pack-4xf2903natural/product_201508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-wood-veneer-guest-chair-brown-2221bn/product_257486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-lucy-22-x-17-academic-monthly-desk-pad-calendar-pink-black-145001/product_24581573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0575-c1624gg/product_2080356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rip-van-leos-cookies-cream-sandwich-cookies-1-69-oz-10-packs-box-0009/product_24581075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hughes-armless-ergonomic-fabric-swivel-high-back-task-office-chair-black-bt90297h/product_1983659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0575-c3047gg/product_2076944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rip-van-wafels-cookies-and-cream-stroopwafels-1-16-oz-12-packs-box-12-box-rvw00388/product_24316634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ivan-ergonomic-mesh-swivel-high-back-executive-office-chair-black-hl0018/product_1983465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-james-traditional-metal-full-back-barstool-black-xuf125/product_201007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rip-van-wafels-snickerdoodle-stroopwafels-1-16-oz-12-packs-box-12-box-rvw00377/product_24337382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jana-mesh-stackable-side-chair-with-arms-black-go5162/product_1983506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cali-pink-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-white-130621-a25/product_24583723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-vanilla-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-014-007-012/product_24533205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cloudsy-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-brown-150126/product_24581566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/risograph-black-master-roll-s-4250-2-pack/product_107736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rit-dyes-black-liquid-8-oz-bottle-pack-of-4-4pk-8159/product_2134434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-navy-5-x-8-academic-weekly-monthly-planner-plastic-cover-navy-148673-a25/product_24583751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-bar-stool-blue-ch3132030gbbl/product_1982932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rit-dyes-navy-blue-liquid-8-oz-bottle-pack-of-4-4pk-8309/product_2134236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessie-ergonomic-microfiber-swivel-high-back-executive-office-chair-gray-go725gy/product_201036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-bar-stool-without-back-black-antique-gold-ch3132030bq/product_1982939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-35-x-47-canvas-art-ph0130-c3547gg/product_2076801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-3-63-x-6-13-monthly-planner-pink-white-147095/product_24564310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-california-30-x-47-canvas-art/product_34072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-counter-stool-without-back-red-ch3132024red/product_1983294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-2xl/product_197817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-counter-stool-without-back-silver-ch3132024sil/product_1983295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-medium/product_197816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-climbing-floral-mint-5-88-x-8-63-academic-weekly-monthly-planner-plastic-cover/product_24583749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-200c-yellow-classic-rain-coats-xl/product_154517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0547-c3047gg/product_2076972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-classic-rain-coats-large-yellow-200cl/product_154514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-fr2003-classic-3-piece-flame-resistant-rainsuit-yellow-large/product_197841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-70-75-x-70-75-granite-white-rb183rfh/product_24127327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-painted-leopard-gray-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-gray/product_24581527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-ladder-back-metal-restaurant-chair-black-4-pack-4xudg694bbkv/product_201603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0805-b1114mf/product_2081898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-peyton-white-22-x-17-academic-monthly-desk-pad-calendar-107938-a25/product_24583762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-laverne-ergonomic-leathersoft-swivel-mid-back-massaging-executive-office-chair-black-bt2690p/product_200830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0575-w1114mf/product_2082624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-wood-armless-folding-chair-natural-4-pack-4xf2903natural/product_201508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-street-map-by-michael-tompsett-12-x-19-canvas-art-mt0671-c1219gg/product_2079709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-rugby-stripe-black-22-x-17-academic-monthly-desk-pad-calendar-white-black-138443-a25/product_24583752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-wood-veneer-guest-chair-brown-2221bn/product_257486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-lucy-22-x-17-academic-monthly-desk-pad-calendar-pink-black-145001/product_24581573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rip-van-leos-cookies-cream-sandwich-cookies-1-69-oz-10-packs-box-0009/product_24581075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0575-c1624gg/product_2080356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hughes-armless-ergonomic-fabric-swivel-high-back-task-office-chair-black-bt90297h/product_1983659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-16-x-24-canvas-art/product_317268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0575-c3047gg/product_2076944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rip-van-wafels-cookies-and-cream-stroopwafels-1-16-oz-12-packs-box-12-box-rvw00388/product_24316634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ivan-ergonomic-mesh-swivel-high-back-executive-office-chair-black-hl0018/product_1983465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-james-traditional-metal-full-back-barstool-black-xuf125/product_201007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rip-van-wafels-snickerdoodle-stroopwafels-1-16-oz-12-packs-box-12-box-rvw00377/product_24337382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jana-mesh-stackable-side-chair-with-arms-black-go5162/product_1983506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cali-pink-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-white-130621-a25/product_24583723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-vanilla-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-014-007-012/product_24533205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cloudsy-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-brown-150126/product_24581566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/risograph-black-master-roll-s-4250-2-pack/product_107736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rit-dyes-black-liquid-8-oz-bottle-pack-of-4-4pk-8159/product_2134434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-navy-5-x-8-academic-weekly-monthly-planner-plastic-cover-navy-148673-a25/product_24583751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-bar-stool-blue-ch3132030gbbl/product_1982932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rit-dyes-navy-blue-liquid-8-oz-bottle-pack-of-4-4pk-8309/product_2134236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessie-ergonomic-microfiber-swivel-high-back-executive-office-chair-gray-go725gy/product_201036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-bar-stool-without-back-black-antique-gold-ch3132030bq/product_1982939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-35-x-47-canvas-art-ph0130-c3547gg/product_2076801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-3-63-x-6-13-monthly-planner-pink-white-147095/product_24564310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-california-30-x-47-canvas-art/product_34072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-counter-stool-without-back-red-ch3132024red/product_1983294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-2xl/product_197817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-counter-stool-without-back-silver-ch3132024sil/product_1983295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-medium/product_197816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-climbing-floral-mint-5-88-x-8-63-academic-weekly-monthly-planner-plastic-cover/product_24583749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-200c-yellow-classic-rain-coats-xl/product_154517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0547-c3047gg/product_2076972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-classic-rain-coats-large-yellow-200cl/product_154514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/river-city-fr2003-classic-3-piece-flame-resistant-rainsuit-yellow-large/product_197841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-70-75-x-70-75-granite-white-rb183rfh/product_24127327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-painted-leopard-gray-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-gray/product_24581527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0805-b1114mf/product_2081898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-peyton-white-22-x-17-academic-monthly-desk-pad-calendar-107938-a25/product_24583762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-laverne-ergonomic-leathersoft-swivel-mid-back-massaging-executive-office-chair-black-bt2690p/product_200830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-street-map-by-michael-tompsett-12-x-19-canvas-art-mt0671-c1219gg/product_2079709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-rugby-stripe-black-22-x-17-academic-monthly-desk-pad-calendar-white-black-138443-a25/product_24583752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-16-x-24-canvas-art/product_317268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-guest-chair-brown-bt873bn/product_200870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-somerset-black-8-x-10-academic-daily-monthly-planner-plastic-cover-multicolor-144857/product_24581514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-guest-chair-gray-bt8217tn/product_1983456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leathersoft-executive-chair-black-bt-1404-bkgy-gg/product_200823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leonard-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-hhlc0005hi1b/product_201213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0823-b1114mf/product_2081844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-8-x-10-academic-monthly-planner-plastic-cover-black-130615-a25/product_24583758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-mt0823-w1620bmf/product_2085962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-28-square-table-with-4-rattan-stack-chairs-black-tlh073sq037bk4/product_2548245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-mt0823-b1620mf/product_2085964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-contemporary-aluminum-dining-chair-gray-tlh017b/product_1983147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-fabiana-15-x-12-academic-monthly-wall-calendar-black-white-150463/product_24581606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0823-c2232gg/product_2077246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-75-x-9-75-wide-ruled-50-sheets-red-roa77922/product_601632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-gemma-15-x-12-academic-monthly-wall-calendar-blue-white-147010-a25/product_24581594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-burgundy-wla654mgby/product_257464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-good-vibes-22-x-17-academic-monthly-desk-pad-calendar-146755/product_24581533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-livingston-collection-3-shelf-30-h-storage-bookcase-brown-oak-nanjn2522b3/product_24519002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-greta-3-63-x-6-13-academic-weekly-monthly-planner-plastic-cover-multicolor-146841/product_24581559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-green-paper-50-sheets-pad-3-pads-pack-74193/product_24558015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-16-x-20-wood-frame-art/product_311977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-with-mesh-top-and-seats-6-black-slfeml72bk/product_24587850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-24-x-32-canvas-art/product_311974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-martha-washington-leathersoft-swivel-executive-office-chair-burgundy-801llf19bylea/product_257251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jordy-blue-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-149814/product_24581509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-16-x-20-white-matted-wood-frame-ali1097-w1620mf/product_2086608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-18-x-24-canvas-art-ali1097-c1824gg/product_2078863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-environotes-5-subject-notebooks-9-x-11-college-ruled-160-sheets-assorted-colors-12-carton/product_24608273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-junie-8-5-x-11-weekly-monthly-academic-planner-plastic-cover-multicolor-146861/product_24581536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mid-back-fabric-ergonomic-drafting-stool-burgundy-bt659by/product_200853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-lovely-22-x-17-academic-monthly-desk-pad-calendar-150156/product_24581520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mid-back-fabric-ergonomic-drafting-stool-navy-blue-bt659nvy/product_200858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-little-green-book-gray-cover-narrow-ruled-3-x-5-white-paper-60-sheets/product_2675892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-24-x-32-canvas-art-ali1098-c2432gg/product_2078604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-11-x-14-white-matted-wood-frame-ali1099-w1114mf/product_2077494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-signature-1-subject-professional-notebooks-8-5-x-11-graph-ruled-80-sheets-green-11382/product_24489836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-16-x-20-white-matted-black-frame-ali1099-b1620mf/product_2086603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-maquilla-5-x-8-academic-weekly-monthly-planner-plastic-cover-mint-green-white-144966/product_24581500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-studio-series-1-subject-notebooks-9-x-11-college-ruled-70-sheets-each-11323/product_24563475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-maquilla-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-green-white-144954/product_24581584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-18-x-24-canvas-art-ali1099-c1824gg/product_2078802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-blue-wa3074bl/product_130083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-100-sheets-pack-20010/product_402259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-11-x-14-black-frame-art/product_317136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-purple-wa3074pur/product_130091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-guest-chair-brown-bt873bn/product_200870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ocean-blue-11-x-8-75-academic-monthly-wall-calendar-blue-white-150464/product_24581581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-unruled-1-subject-notebooks-8-x-10-5-natural-kraft-12-case-85208cs/product_24598948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-16-x-20-wood-frame-art/product_317143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-black-white-frame-hl0001whbk/product_24474984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-raquel-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-145035/product_24581487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-somerset-black-8-x-10-academic-daily-monthly-planner-plastic-cover-multicolor-144857/product_24581514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-guest-chair-gray-bt8217tn/product_1983456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sanford-gifford-lake-winnipiegee-canvas-16x32-inches/product_246402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leathersoft-executive-chair-black-bt-1404-bkgy-gg/product_200823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leonard-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-hhlc0005hi1b/product_201213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0823-b1114mf/product_2081844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-8-x-10-academic-monthly-planner-plastic-cover-black-130615-a25/product_24583758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-mt0823-w1620bmf/product_2085962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-sandra-check-8-5-x-11-academic-weekly-monthly-student-planner-plastic-cover-mint-green-white/product_24581506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-28-square-table-with-4-rattan-stack-chairs-black-tlh073sq037bk4/product_2548245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-mt0823-b1620mf/product_2085964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-contemporary-aluminum-dining-chair-gray-tlh017b/product_1983147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0823-c2232gg/product_2077246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-fabiana-15-x-12-academic-monthly-wall-calendar-black-white-150463/product_24581606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-75-x-9-75-wide-ruled-50-sheets-red-roa77922/product_601632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-gemma-15-x-12-academic-monthly-wall-calendar-blue-white-147010-a25/product_24581594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-burgundy-wla654mgby/product_257464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-good-vibes-22-x-17-academic-monthly-desk-pad-calendar-146755/product_24581533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-livingston-collection-3-shelf-30-h-storage-bookcase-brown-oak-nanjn2522b3/product_24519002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-green-paper-50-sheets-pad-3-pads-pack-74193/product_24558015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-greta-3-63-x-6-13-academic-weekly-monthly-planner-plastic-cover-multicolor-146841/product_24581559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-16-x-20-wood-frame-art/product_311977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-with-mesh-top-and-seats-6-black-slfeml72bk/product_24587850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-24-x-32-canvas-art/product_311974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-martha-washington-leathersoft-swivel-executive-office-chair-burgundy-801llf19bylea/product_257251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jordy-blue-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-149814/product_24581509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-16-x-20-white-matted-wood-frame-ali1097-w1620mf/product_2086608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-18-x-24-canvas-art-ali1097-c1824gg/product_2078863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-environotes-5-subject-notebooks-9-x-11-college-ruled-160-sheets-assorted-colors-12-carton/product_24608273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-junie-8-5-x-11-weekly-monthly-academic-planner-plastic-cover-multicolor-146861/product_24581536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mid-back-fabric-ergonomic-drafting-stool-burgundy-bt659by/product_200853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-lovely-22-x-17-academic-monthly-desk-pad-calendar-150156/product_24581520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mid-back-fabric-ergonomic-drafting-stool-navy-blue-bt659nvy/product_200858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-little-green-book-gray-cover-narrow-ruled-3-x-5-white-paper-60-sheets/product_2675892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-24-x-32-canvas-art-ali1098-c2432gg/product_2078604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-11-x-14-white-matted-wood-frame-ali1099-w1114mf/product_2077494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-signature-1-subject-professional-notebooks-8-5-x-11-graph-ruled-80-sheets-green-11382/product_24489836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-16-x-20-white-matted-black-frame-ali1099-b1620mf/product_2086603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-maquilla-5-x-8-academic-weekly-monthly-planner-plastic-cover-mint-green-white-144966/product_24581500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-studio-series-1-subject-notebooks-9-x-11-college-ruled-70-sheets-each-11323/product_24563475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-maquilla-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-green-white-144954/product_24581584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-18-x-24-canvas-art-ali1099-c1824gg/product_2078802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-blue-wa3074bl/product_130083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-100-sheets-pack-20010/product_402259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-11-x-14-black-frame-art/product_317136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-purple-wa3074pur/product_130091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ocean-blue-11-x-8-75-academic-monthly-wall-calendar-blue-white-150464/product_24581581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roaring-spring-unruled-1-subject-notebooks-8-x-10-5-natural-kraft-12-case-85208cs/product_24598948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-16-x-20-wood-frame-art/product_317143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-black-white-frame-hl0001whbk/product_24474984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-raquel-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-145035/product_24581487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sanford-gifford-lake-winnipiegee-canvas-16x32-inches/product_246402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-sandra-check-8-5-x-11-academic-weekly-monthly-student-planner-plastic-cover-mint-green-white/product_24581506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-2-bristle-round-pack-of-6-pk6-255145002/product_24200371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-4-bristle-flat-pack-of-6-pk6-255144004/product_24200414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-22-x-32-canvas-art/product_821640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oia-commercial-grade-square-indoor-outdoor-steel-patio-table-with-umbrella-hole-coral-co6red/product_2498873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oia-commercial-grade-square-indoor-outdoor-steel-folding-patio-table-28-black-co1bk/product_24161606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savvy-labrador-by-dean-russo-16-x-20-white-matted-silver-frame-ali0242-s1620mf/product_2085149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-18-x-24-canvas-art-ali1017-c1824gg/product_2078918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-ii-by-mark-ashkenazi-24-x-32-canvas-art-ali1021-c2432gg/product_2078258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-scarlet-maples-30-x-47-canvas-art/product_313951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-gloria-s-zinnias-8-x-10-academic-daily-monthly-planner-plastic-cover/product_24581558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-lilac-red-floral-8-5-x-11-academic-weekly-monthly-planner-plastic-cover/product_24581547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-108607b2500/product_24543293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-scenic-bouquet-35-x-47-canvas-art/product_317478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-ganging-clip-white-10-pack-10le3whgang/product_1179926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-1012443b5000/product_24569476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-108607b5000/product_24543294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-scooter-in-spain-by-preston-gallery-wrapped-6x19-inches/product_247852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-penny-s-floral-quilt-8-5-x-11-academic-weekly-monthly-planner-plastic-cover/product_24581528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-2fh130dppwh/product_24256956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-11-x-14-wood-frame-art/product_313436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-wavy-black-frame-8-x-10-academic-monthly-planner-plastic-cover-black-beige/product_24581586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-8-5-x-11-academic-weekly-monthly-planner-plastic-cover/product_24581555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-professional-notebooks-6-x-8-8-college-ruled-18-sheets-black-evr2-e-rc-a-fr/product_24520231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rattan-stacking-patio-chairs-black-4-pack-4tlh037bk/product_24475097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-24-x-32-canvas-art/product_313434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-bridgette-8-5-x-11-academic-weekly-monthly-planner-poly-cover-multicolor-1712-905a-25/product_24579221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-chromatic-5-5-x-8-5-academic-weekly-monthly-planner-poly-cover-multicolor-1715-200a-25/product_24579210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-teal-evr-e-rc-cce-fr/product_24453240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sean-by-ines-kouidis-14-x-14-canvas-art-ali0995-c1414gg/product_2077759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-greenpath-15-x-12-academic-monthly-wall-calendar-gp46-707a-25/product_24580410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-walnut-mtm4830wltubf/product_24595271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seascape-by-preston-ready-to-hang-canvas-art-em209b-c1414gg/product_256201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-black-evr2-l-rc-a/product_24489601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-gray-evr2-l-rc-cig/product_24489595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-teal-evr2-l-rc-cce/product_24489592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-eccolo-7-x-9-weekly-planner-faux-leather-cover-multicolor-ay25-401e/product_24579818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-walnut-mtm6024wltabf/product_24595287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-license-plate-by-design-turnpike-12-x-24-canvas-art-ali1271-c1224gg/product_2083134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-walnut-mtm6030wltabf/product_24595292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-executive/product_SS151211329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-license-plate-by-design-turnpike-16-x-32-canvas-art-ali1271-c1632gg/product_2083898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-letter/product_SS128245383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-gray-oak-mtm7236ltgryubf/product_24595239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0833-w1620bmf/product_2085935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0832-b1620bmf/product_2085940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0833-b1620mf/product_2085936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-smart-notebook-8-5-x-11-7-page-styles-42-pages-green-evrf-l-rc-ckg-fr/product_24492048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-transparent-gray-gowy1363/product_2547821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-4-bristle-flat-pack-of-6-pk6-255144004/product_24200414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-2-bristle-round-pack-of-6-pk6-255145002/product_24200371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-22-x-32-canvas-art/product_821640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oia-commercial-grade-square-indoor-outdoor-steel-patio-table-with-umbrella-hole-coral-co6red/product_2498873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oia-commercial-grade-square-indoor-outdoor-steel-folding-patio-table-28-black-co1bk/product_24161606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-16-x-20-white-matted-silver-frame-mt0384-s1620mf/product_2084917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savvy-labrador-by-dean-russo-16-x-20-white-matted-silver-frame-ali0242-s1620mf/product_2085149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-18-x-24-canvas-art-ali1017-c1824gg/product_2078918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-ii-by-mark-ashkenazi-24-x-32-canvas-art-ali1021-c2432gg/product_2078258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-scarlet-maples-30-x-47-canvas-art/product_313951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-lilac-red-floral-8-5-x-11-academic-weekly-monthly-planner-plastic-cover/product_24581547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-gloria-s-zinnias-8-x-10-academic-daily-monthly-planner-plastic-cover/product_24581558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-108607b2500/product_24543293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-scenic-bouquet-35-x-47-canvas-art/product_317478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-ganging-clip-white-10-pack-10le3whgang/product_1179926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-1012443b5000/product_24569476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-scooter-in-spain-by-preston-gallery-wrapped-6x19-inches/product_247852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-108607b5000/product_24543294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-penny-s-floral-quilt-8-5-x-11-academic-weekly-monthly-planner-plastic-cover/product_24581528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-2fh130dppwh/product_24256956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-11-x-14-wood-frame-art/product_313436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-wavy-black-frame-8-x-10-academic-monthly-planner-plastic-cover-black-beige/product_24581586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-8-5-x-11-academic-weekly-monthly-planner-plastic-cover/product_24581555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-professional-notebooks-6-x-8-8-college-ruled-18-sheets-black-evr2-e-rc-a-fr/product_24520231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rattan-stacking-patio-chairs-black-4-pack-4tlh037bk/product_24475097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-24-x-32-canvas-art/product_313434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-bridgette-8-5-x-11-academic-weekly-monthly-planner-poly-cover-multicolor-1712-905a-25/product_24579221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-chromatic-5-5-x-8-5-academic-weekly-monthly-planner-poly-cover-multicolor-1715-200a-25/product_24579210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-teal-evr-e-rc-cce-fr/product_24453240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sean-by-ines-kouidis-14-x-14-canvas-art-ali0995-c1414gg/product_2077759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-greenpath-15-x-12-academic-monthly-wall-calendar-gp46-707a-25/product_24580410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-walnut-mtm4830wltubf/product_24595271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seascape-by-preston-ready-to-hang-canvas-art-em209b-c1414gg/product_256201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-black-evr2-l-rc-a/product_24489601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-gray-evr2-l-rc-cig/product_24489595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-lined-ruled-32-pages-teal-evr2-l-rc-cce/product_24489592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-eccolo-7-x-9-weekly-planner-faux-leather-cover-multicolor-ay25-401e/product_24579818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-walnut-mtm6024wltabf/product_24595287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-license-plate-by-design-turnpike-12-x-24-canvas-art-ali1271-c1224gg/product_2083134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-walnut-mtm6030wltabf/product_24595292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-executive/product_SS151211329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-license-plate-by-design-turnpike-16-x-32-canvas-art-ali1271-c1632gg/product_2083898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-letter/product_SS128245383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-gray-oak-mtm7236ltgryubf/product_24595239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0833-w1620bmf/product_2085935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0832-b1620bmf/product_2085940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0833-b1620mf/product_2085936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-smart-notebook-8-5-x-11-7-page-styles-42-pages-green-evrf-l-rc-ckg-fr/product_24492048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-transparent-gray-gowy1363/product_2547821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-16-x-20-white-matted-silver-frame-mt0384-s1620mf/product_2084917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-multifunction-task-office-chair-black-gowy89/product_1983476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-11-x-14-black-frame-art/product_820252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sedona-round-cantilever-umbrella-with-32-solar-led-lights-gray-gmwluu012gry/product_24597195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-11-x-14-wood-frame-art/product_820154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-wave-1-subject-smart-notebook-8-5-x-9-5-dotted-40-sheets-blue-wav-s-k-a/product_2548675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sigrid-steel-3-seat-outdoor-bench-green-slfag4hut2h48lg/product_24595252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0549-b1114bmf/product_2082704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-starter-study-carrel-oak/product_130061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-academic-monthly-planner-leatherette-cover-black-26302-25/product_24588054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-steel-folding-table-dolly-for-rectangular-folding-tables-black/product_201336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0549-b1620mf/product_2083411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-stella-ergonomic-leathersoft-swivel-high-back-executive-office-chair-brown-go901bn/product_201040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-2620-92-24/product_24562543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0549-c2232gg/product_2080194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-gray-bt5151gy/product_256948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-solid-black-9781975480349/product_24590684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-16-x-24-canvas-art-mt0617-c1624gg/product_2080283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-adorable-puppies-12-x-12-academic-calendar-monthly-wall-calendar-9781975481360/product_24590683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-22-x-32-canvas-art-mt0617-c2232gg/product_2080160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-lemon-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iii-by-michael-tompsett-12-x-19-canvas-art-mt0648-c1219gg/product_2079185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tenley-metal-stacking-chair-distressed-black-et3534bk/product_2108780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0648-c1624gg/product_2077988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rogue-ballistic-nylon-wallet-with-rfid-protection-black/product_1440267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-strawberry-splash-ii-framed-matted-art-16x20-inches-wood-frame/product_254689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-turner-ergonomic-leathersoft-swivel-high-back-fully-tufted-executive-office-chair-black-ci360bk/product_1240920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-happy-kittens-12-x-12-academic-calendar-monthly-wall-calendar-9781975481346/product_24590674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-house-of-turnowsky-official-12-x-12-academic-calendar-monthly-desk-or-wall-calendar-9781975480387/product_24590685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rogue-leather-business-messenger-bag-brown-walmesslthbrown/product_24435778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-inspiration-12-x-12-academic-calendar-monthly-wall-calendar-9781975481322/product_24590682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-magnificent-horses-12-x-12-academic-calendar-monthly-wall-calendar-9781975481339/product_24590687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-stools-lf214ayellow/product_257425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-accent-chair-black-bz100blk/product_200879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0833-c1219gg/product_2081624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-pen-ink-12-x-12-academic-calendar-monthly-desk-or-wall-calendar-9781975480394/product_24590669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roku-250w-peak-power-bass-pro-9201r2-indoor-subwoofer-black/product_24595793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rogue-walletguard-rfid-blocking-walletguard-credit-card-sleeve-8-pack-2-passport-package-poppy/product_1440275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-seaside-currents-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975480424/product_24590670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0832-c2232gg/product_2077288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0833-c2232gg/product_2077287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-spring-awakening-14-x-10-academic-calendar-monthly-desk-pad-calendar-9781975480455/product_24590673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-stackable-steel-side-chairs-black-15-pack/product_256955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-9-5-x-11-5-academic-monthly-planner-paper-cover-blue-multicolor-79142/product_24579477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-southworth-rustic-citrus-wreath-8-5-x-11-academic-weekly-monthly-planner-multicolor-91367/product_24579852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-multifunction-task-office-chair-black-gowy89/product_1983476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roku-express-3930r-hd-streaming-device-with-high-speed-hdmi-cable-and-simple-remote-black/product_24420373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roku-voice-remote-pro-black-rcs01r/product_24490801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wood-barstool-dark-antique-xaxbargo/product_24295709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roku-voice-remote-with-tv-controls-for-roku-tv-rca1r/product_24551895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-11-x-14-black-frame-art/product_820252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-11-x-14-wood-frame-art/product_820154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sedona-round-cantilever-umbrella-with-32-solar-led-lights-gray-gmwluu012gry/product_24597195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rocketbook-wave-1-subject-smart-notebook-8-5-x-9-5-dotted-40-sheets-blue-wav-s-k-a/product_2548675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-gray-st59496-23/product_24576642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sigrid-steel-3-seat-outdoor-bench-green-slfag4hut2h48lg/product_24595252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0549-b1114bmf/product_2082704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-starter-study-carrel-oak/product_130061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-academic-monthly-planner-leatherette-cover-black-26302-25/product_24588054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-steel-folding-table-dolly-for-rectangular-folding-tables-black/product_201336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-stella-ergonomic-leathersoft-swivel-high-back-executive-office-chair-brown-go901bn/product_201040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0549-b1620mf/product_2083411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0549-c2232gg/product_2080194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-2620-92-24/product_24562543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-gray-bt5151gy/product_256948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-solid-black-9781975480349/product_24590684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-16-x-24-canvas-art-mt0617-c1624gg/product_2080283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-adorable-puppies-12-x-12-academic-calendar-monthly-wall-calendar-9781975481360/product_24590683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-22-x-32-canvas-art-mt0617-c2232gg/product_2080160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-lemon-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iii-by-michael-tompsett-12-x-19-canvas-art-mt0648-c1219gg/product_2079185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tenley-metal-stacking-chair-distressed-black-et3534bk/product_2108780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0648-c1624gg/product_2077988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rogue-ballistic-nylon-wallet-with-rfid-protection-black/product_1440267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-turner-ergonomic-leathersoft-swivel-high-back-fully-tufted-executive-office-chair-black-ci360bk/product_1240920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-strawberry-splash-ii-framed-matted-art-16x20-inches-wood-frame/product_254689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-happy-kittens-12-x-12-academic-calendar-monthly-wall-calendar-9781975481346/product_24590674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-house-of-turnowsky-official-12-x-12-academic-calendar-monthly-desk-or-wall-calendar-9781975480387/product_24590685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rogue-leather-business-messenger-bag-brown-walmesslthbrown/product_24435778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-magnificent-horses-12-x-12-academic-calendar-monthly-wall-calendar-9781975481339/product_24590687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-inspiration-12-x-12-academic-calendar-monthly-wall-calendar-9781975481322/product_24590682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-stools-lf214ayellow/product_257425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-accent-chair-black-bz100blk/product_200879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0833-c1219gg/product_2081624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-pen-ink-12-x-12-academic-calendar-monthly-desk-or-wall-calendar-9781975480394/product_24590669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roku-250w-peak-power-bass-pro-9201r2-indoor-subwoofer-black/product_24595793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rogue-walletguard-rfid-blocking-walletguard-credit-card-sleeve-8-pack-2-passport-package-poppy/product_1440275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-seaside-currents-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975480424/product_24590670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0833-c2232gg/product_2077287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0832-c2232gg/product_2077288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-spring-awakening-14-x-10-academic-calendar-monthly-desk-pad-calendar-9781975480455/product_24590673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-stackable-steel-side-chairs-black-15-pack/product_256955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-southworth-rustic-citrus-wreath-8-5-x-11-academic-weekly-monthly-planner-multicolor-91367/product_24579852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-9-5-x-11-5-academic-monthly-planner-paper-cover-blue-multicolor-79142/product_24579477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roku-express-3930r-hd-streaming-device-with-high-speed-hdmi-cable-and-simple-remote-black/product_24420373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roku-voice-remote-pro-black-rcs01r/product_24490801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wood-barstool-dark-antique-xaxbargo/product_24295709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roku-voice-remote-with-tv-controls-for-roku-tv-rca1r/product_24551895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-gray-st59496-23/product_24576642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roll-untapped-core-18-x-500/product_614892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-65-half-moon-activity-table-height-adjustable-blue-yuycx04moontbbl/product_130180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-5-x-8-academic-weekly-monthly-planner-black-st23570-23/product_24576650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-ii-by-michael-tompsett-11-x-14-mt0870-b1114mf/product_2081736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-32-x-48-academic-yearly-dry-erase-wall-calendar-red-white-st54274-23/product_24576641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-7-x-9-academic-weekly-monthly-appointment-book-black-st25497-23/product_24576644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-appointment-book-black-st25499-23/product_24576639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-appointment-book-navy-st60358-23/product_24576648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-black-blue-belt/product_171086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-23-625-x-47-25-height-adjustable-red-gray-yu060rectblrd/product_1240988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-black-white-belt/product_171083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-blue-belt/product_171081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-48-height-adjustable-gray-xua3048recgyhp/product_201544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-different-belt-color/product_SS235090822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-bibliophile-series-peony-and-petals-6-x-8-academic-weekly-monthly-planner-paperboard-cover/product_24590078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rolodex-5-compartment-wire-mesh-file-organizer-black-22141/product_24433782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-y-go-office-armless-ergonomic-mesh-swivel-mid-back-task-office-chair-black-gowy05/product_257380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-y-go-office-ergonomic-mesh-swivel-mid-back-task-office-chair-black-gowy05a/product_201057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-secret-garden-chair-26-x-32-canvas-art/product_314235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-11-x-11-x-4-kraft-25-bundle-11114/product_2301393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rolodex-mini-rotary-file-black-250-card-capacity-66700/product_805929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-15-x-12-x-5-kraft-25-bundle-15125/product_2301390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-11-x-14-black-frame-art/product_33852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rolodex-rotary-business-card-file-400-card-capacity-black-67236/product_233304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-16-x-20-black-frame-art/product_33851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-17-1-2-x-12-x-3-kraft-25-bundle-17123/product_2301385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-pretty-parrot-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rolodex-rotary-cards-white-100-pack-67558/product_365538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-13-x-5-kraft-25-bundle-18135/product_2301293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-11-x-14-black-frame-art/product_312933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-color-squad-9-x-11-academic-monthly-planner-paperboard-cover-multicolor-ay25-4504/product_24590098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romano-silver-photo-frame-27-x-31-inch-dsw1385387/product_2192273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-18-x-2-kraft-25-bundle-18182/product_2301291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-20-x-20-x-2-kraft-20-bundle-20202/product_2301513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-18-x-5-kraft-25-bundle-18185/product_23978631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-22-x-12-x-6-kraft-25-bundle-22126/product_2301379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-elements-series-venn-diagram-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-canvas-art-18x32-inches/product_244852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-26-x-26-x-8-kraft-10-bundle-26268/product_2301732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-28-x-18-x-8-kraft-15-bundle-28188/product_2301583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-latch-pencil-case-blue-pack-of-12-rom60204-12/product_24497314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-16-x-24-canvas-art-ali1289-c1624gg/product_2083689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-jungle-cat-9-x-11-academic-monthly-planner-paperboard-cover-multicolor-ay25-4506/product_24590102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-11-x-14-black-frame-art/product_33597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-tyvek-envelope-7-5-x-10-5-white-100-case-tyf0710wh/product_947686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-pile-lip-df-size/product_SS233271427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roll-untapped-core-18-x-500/product_614892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-landscapes-22-x-17-academic-monthly-desk-pad-calendar-ay25-8210/product_24590096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flavia-c300-commercial-single-serve-coffee-brewer-black-18000587/product_24567784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-paint-spatter-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4210/product_24590072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flavia-four-column-merchandiser-for-freshpacks-mdr9180/product_1952609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-stowaway-5-letter-box-with-lid-blue-pack-of-2-rom16004-2/product_24497353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-5-x-8-academic-weekly-monthly-planner-black-st23570-23/product_24576650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-65-half-moon-activity-table-height-adjustable-blue-yuycx04moontbbl/product_130180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-ii-by-michael-tompsett-11-x-14-mt0870-b1114mf/product_2081736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0448-c1219gg/product_2081348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-32-x-48-academic-yearly-dry-erase-wall-calendar-red-white-st54274-23/product_24576641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-7-x-9-academic-weekly-monthly-appointment-book-black-st25497-23/product_24576644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-appointment-book-black-st25499-23/product_24576639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-appointment-book-navy-st60358-23/product_24576648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-23-625-x-47-25-height-adjustable-red-gray-yu060rectblrd/product_1240988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-black-blue-belt/product_171086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-black-white-belt/product_171083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-rainbow-blocks-22-x-17-academic-monthly-desk-pad-calendar-ay25-8206/product_24579730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-blue-belt/product_171081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-48-height-adjustable-gray-xua3048recgyhp/product_201544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-different-belt-color/product_SS235090822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-bibliophile-series-peony-and-petals-6-x-8-academic-weekly-monthly-planner-paperboard-cover/product_24590078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rolodex-5-compartment-wire-mesh-file-organizer-black-22141/product_24433782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-y-go-office-armless-ergonomic-mesh-swivel-mid-back-task-office-chair-black-gowy05/product_257380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flash-furniture-y-go-office-ergonomic-mesh-swivel-mid-back-task-office-chair-black-gowy05a/product_201057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-secret-garden-chair-26-x-32-canvas-art/product_314235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-11-x-11-x-4-kraft-25-bundle-11114/product_2301393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-15-x-12-x-5-kraft-25-bundle-15125/product_2301390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rolodex-mini-rotary-file-black-250-card-capacity-66700/product_805929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-11-x-14-black-frame-art/product_33852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rolodex-rotary-business-card-file-400-card-capacity-black-67236/product_233304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-16-x-20-black-frame-art/product_33851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-17-1-2-x-12-x-3-kraft-25-bundle-17123/product_2301385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rolodex-rotary-cards-white-100-pack-67558/product_365538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-pretty-parrot-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-13-x-5-kraft-25-bundle-18135/product_2301293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-11-x-14-black-frame-art/product_312933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-color-squad-9-x-11-academic-monthly-planner-paperboard-cover-multicolor-ay25-4504/product_24590098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romano-silver-photo-frame-27-x-31-inch-dsw1385387/product_2192273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-18-x-2-kraft-25-bundle-18182/product_2301291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-22-x-12-x-6-kraft-25-bundle-22126/product_2301379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-20-x-20-x-2-kraft-20-bundle-20202/product_2301513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-elements-series-venn-diagram-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-18-x-5-kraft-25-bundle-18185/product_23978631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-canvas-art-18x32-inches/product_244852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-26-x-26-x-8-kraft-10-bundle-26268/product_2301732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-28-x-18-x-8-kraft-15-bundle-28188/product_2301583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-latch-pencil-case-blue-pack-of-12-rom60204-12/product_24497314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-16-x-24-canvas-art-ali1289-c1624gg/product_2083689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-jungle-cat-9-x-11-academic-monthly-planner-paperboard-cover-multicolor-ay25-4506/product_24590102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-11-x-14-black-frame-art/product_33597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-tyvek-envelope-7-5-x-10-5-white-100-case-tyf0710wh/product_947686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flat-pile-lip-df-size/product_SS233271427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-landscapes-22-x-17-academic-monthly-desk-pad-calendar-ay25-8210/product_24590096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flavia-c300-commercial-single-serve-coffee-brewer-black-18000587/product_24567784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-paint-spatter-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4210/product_24590072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flavia-four-column-merchandiser-for-freshpacks-mdr9180/product_1952609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-stowaway-5-letter-box-with-lid-blue-pack-of-2-rom16004-2/product_24497353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0448-c1219gg/product_2081348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-rainbow-blocks-22-x-17-academic-monthly-desk-pad-calendar-ay25-8206/product_24579730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:47:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0448-c1624gg/product_2077878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-rainbow-blocks-22-x-17-academic-monthly-desk-pad-calendar-ay25-8206/product_24590117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romanoff-products-pencil-box-grape-case-rom60226/product_139596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-spiral-print-9-x-11-academic-monthly-planner-paperboard-cover-multicolor-ay25-4516/product_24590094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-super-stripe-17-x-12-academic-monthly-desk-pad-calendar-ay25-8508/product_24590076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flex-2-3-00-strength-flexible-reading-glasses-black-demi-e5028/product_24286722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-32-fl-oz-black-lfsblkr32/product_24420829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-sealant-coating-spray-14-oz-black-fsr20/product_24420590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-sealant-coating-spray-14-oz-clear-fscl20/product_24420584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-verde-fronds-6-x-8-academic-weekly-monthly-planner-paperboard-cover-green-white/product_24579728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-18-x-18-canvas-art/product_314288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roo-games-kloak-stem-grade-3-ctuas81019/product_24493576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-an-angel-14-x-19-canvas-stretched-190836011728/product_2575654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-plastic-tray-no-lid-green-pack-of-3-rom12105-3/product_24504215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-mother-and-child-14-x-19-canvas-stretched-art-print-190836011568/product_2575635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-midnight-butterflies-4-63-x-7-academic-weekly-monthly-planner-plastic-cover-blue-purple/product_24582957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-always-kiss-me-goodnight-peel-and-stick-wall-decal-black/product_136073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-classicriser-41-w-rectangular-6-20-h-adjustable-standing-desk-converter-black-m4b-e-us/product_24174327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-virgin-and-son-ii-14-x-19-canvas-stretched-art-print-190836013005/product_2575627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-virgin-and-son-iv-14-x-19-canvas-stretched-art-print-190836012688/product_2575631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-sweet-citrus-22-x-17-academic-monthly-desk-calendar-orange-green-pdc3d12-076/product_24582953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-soft-modern-22-x-17-academic-monthly-desk-calendar-white-peachy-pdc3d12-075/product_24582967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-basic-22-x-17-academic-monthly-desk-pad-calendar-white-black-48153/product_24593546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-bubble-guppies-peel-and-stick-wall-decal-10-x-18/product_465761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-22-x-32-canvas-art/product_315504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-basic-black-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-black-brown-47729/product_24593536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-l-shaped-adjustable-standing-desk-white-e7lw557624wht/product_24572664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-cars-2-peel-and-stick-wall-decal-10-x-18/product_135694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-l-shaped-adjustable-bamboo-top-standing-desk-white-e7lw557624bam/product_24572666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-seven-brothers-16-x-20-black-frame-art/product_315501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-botanical-fruit-6-5-x-8-5-academic-weekly-monthly-planner-softcover-multicolor-46227/product_24580118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-botanical-bliss-17-x-12-academic-monthly-desk-pad-calendar-47521/product_24593547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-white-e7wpro5528-w/product_24588922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-standing-desk-black-walnut-black-e7bpro6030-bw/product_24588915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-b1620mf-the-aqua-vase-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-c3547gg-the-aqua-vase-by-sheila-golden-35-x-47-frameless-art/product_1552041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-electric-adjustable-standing-desk/product_SS237146110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-w1114mf-the-aqua-vase-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-charcoal-3-5-x-6-5-monthly-planner-gray-38468/product_24561066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-decorative-pumpkins-contemporary-wall-decal-set-holiday-rmk5148scs/product_24565483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c1419gg-purple-blooms-in-sunlight-by-sheila-golden-19-x-14-frmls-art/product_1552437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-diamond-sticktiles-peel-and-stick-backsplashes-contemporary-decals-decorative-4-pack-til3462flt/product_24425287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-charcoal-3-5-x-6-5-monthly-planner-gray-38468/product_24588675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c3547gg-purple-blooms-in-sunlight-by-sheila-golden-47-x-35-frmls-art/product_1552035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7q-71-w-adjustable-bamboo-top-standing-desk-black-e7qbr7135lbdb/product_24572669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0448-c1624gg/product_2077878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-rainbow-blocks-22-x-17-academic-monthly-desk-pad-calendar-ay25-8206/product_24590117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cute-as-a-kitten-3-5-x-6-5-monthly-planner-multicolor-38475/product_24588690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-doc-mcstuffins-chair-rail-prepasted-xl-wallpaper-mural/product_1236085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romanoff-products-pencil-box-grape-case-rom60226/product_139596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1114mf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-wht-mtd/product_1551935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-spiral-print-9-x-11-academic-monthly-planner-paperboard-cover-multicolor-ay25-4516/product_24590094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-super-stripe-17-x-12-academic-monthly-desk-pad-calendar-ay25-8508/product_24590076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flex-2-3-00-strength-flexible-reading-glasses-black-demi-e5028/product_24286722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-sealant-coating-spray-14-oz-black-fsr20/product_24420590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-32-fl-oz-black-lfsblkr32/product_24420829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-sealant-coating-spray-14-oz-clear-fscl20/product_24420584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-verde-fronds-6-x-8-academic-weekly-monthly-planner-paperboard-cover-green-white/product_24579728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-18-x-18-canvas-art/product_314288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roo-games-kloak-stem-grade-3-ctuas81019/product_24493576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-an-angel-14-x-19-canvas-stretched-190836011728/product_2575654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-plastic-tray-no-lid-green-pack-of-3-rom12105-3/product_24504215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-mother-and-child-14-x-19-canvas-stretched-art-print-190836011568/product_2575635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-midnight-butterflies-4-63-x-7-academic-weekly-monthly-planner-plastic-cover-blue-purple/product_24582957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-always-kiss-me-goodnight-peel-and-stick-wall-decal-black/product_136073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-classicriser-41-w-rectangular-6-20-h-adjustable-standing-desk-converter-black-m4b-e-us/product_24174327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-sweet-citrus-22-x-17-academic-monthly-desk-calendar-orange-green-pdc3d12-076/product_24582953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-virgin-and-son-iv-14-x-19-canvas-stretched-art-print-190836012688/product_2575631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-virgin-and-son-ii-14-x-19-canvas-stretched-art-print-190836013005/product_2575627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-soft-modern-22-x-17-academic-monthly-desk-calendar-white-peachy-pdc3d12-075/product_24582967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-basic-22-x-17-academic-monthly-desk-pad-calendar-white-black-48153/product_24593546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-bubble-guppies-peel-and-stick-wall-decal-10-x-18/product_465761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-22-x-32-canvas-art/product_315504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-l-shaped-adjustable-standing-desk-white-e7lw557624wht/product_24572664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-seven-brothers-16-x-20-black-frame-art/product_315501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-l-shaped-adjustable-bamboo-top-standing-desk-white-e7lw557624bam/product_24572666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-cars-2-peel-and-stick-wall-decal-10-x-18/product_135694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-basic-black-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-black-brown-47729/product_24593536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-botanical-fruit-6-5-x-8-5-academic-weekly-monthly-planner-softcover-multicolor-46227/product_24580118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-botanical-bliss-17-x-12-academic-monthly-desk-pad-calendar-47521/product_24593547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-white-e7wpro5528-w/product_24588922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-standing-desk-black-walnut-black-e7bpro6030-bw/product_24588915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-electric-adjustable-standing-desk/product_SS237146110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-b1620mf-the-aqua-vase-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-c3547gg-the-aqua-vase-by-sheila-golden-35-x-47-frameless-art/product_1552041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-w1114mf-the-aqua-vase-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-charcoal-3-5-x-6-5-monthly-planner-gray-38468/product_24561066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-decorative-pumpkins-contemporary-wall-decal-set-holiday-rmk5148scs/product_24565483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c1419gg-purple-blooms-in-sunlight-by-sheila-golden-19-x-14-frmls-art/product_1552437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-diamond-sticktiles-peel-and-stick-backsplashes-contemporary-decals-decorative-4-pack-til3462flt/product_24425287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-charcoal-3-5-x-6-5-monthly-planner-gray-38468/product_24588675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c3547gg-purple-blooms-in-sunlight-by-sheila-golden-47-x-35-frmls-art/product_1552035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-e7q-71-w-adjustable-bamboo-top-standing-desk-black-e7qbr7135lbdb/product_24572669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cute-as-a-kitten-3-5-x-6-5-monthly-planner-multicolor-38475/product_24588690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-doc-mcstuffins-chair-rail-prepasted-xl-wallpaper-mural/product_1236085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1114mf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-wht-mtd/product_1551935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-floral-punch-3-5-x-6-5-monthly-planner-multicolor-38499/product_24588657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1620mf-red-flower-shadows-by-sheila-golden-20-x-16-frm-art-wht-mtd/product_1553508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-28-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-28b/product_24592396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-c2432gg-red-flower-shadows-by-sheila-golden-32-x-24-frameless-art/product_1552488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-c3547gg-red-flower-shadows-by-sheila-golden-47-x-35-frameless-art/product_1552034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-w1114mf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-wht-mtd/product_1551934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-40-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-40b/product_24592394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-w1620mf-red-flower-shadows-by-sheila-golden-20-x-16-frm-art-wht-mtd/product_1553507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-42-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-42b/product_24592393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-finding-nemo-xl-wallpaper-mural/product_277193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-flower-stripe-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-italy-3-5-x-6-5-monthly-planner-multicolor-39021/product_24561079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-w1620mf-vase-with-yellow-flowers-by-sheila-golden-20x16-frm-art-wht-mtd/product_1553457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-lots-of-lemons-3-5-x-6-5-monthly-planner-yellow-green-38529/product_24588665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-w1114mf-vase-with-yellow-flowers-by-sheila-golden-14x11-frm-art-wht-mtd/product_1551924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-gerber-daisies-peel-and-stick-wall-decal-40-x-18-40-x-9/product_136109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c2432gg-vase-with-yellow-flowers-by-sheila-golden-32-x-24-frmls-art/product_1552484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-frozen-peel-and-stick-wall-decal-10-x-18/product_465699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-girly-frames-peel-and-stick-wall-decal-10-x-18/product_135615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-gnomes-traditional-wall-decal-set-holiday-rmk5006scs/product_24565506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-12-piece-bar-chart-graph-board-set-multi-grade-34159/product_24473780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-12-piece-square-grid-board-set-multi-grade-32159/product_24473914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-paradise-3-5-x-6-5-monthly-planner-multicolor-38536/product_24561033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-paris-8-5-x-11-academic-weekly-monthly-planner-paper-cover-kraft-black-47583/product_24593587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-halloween-trick-or-treat-spider-web-contemporary-wall-decal-set-holiday-rmk4686gm/product_24565500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-24-piece-square-grid-board-set-multi-grade-42159/product_24473893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-24-piece-two-sided-dry-erase-board-set-multi-grade-45454/product_24473884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-24-x-36-corkboard-wood-framed-flp10300/product_24322609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-b1114mf-mystic-garden-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-b1114bmf-mystic-garden-by-sheila-golden-11-x-14-framed-art-blk-mtd/product_1551954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-purrfect-3-5-x-6-5-monthly-planner-multicolor-38567/product_24588680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-36-piece-oval-dry-erase-answer-paddle-eraser-and-pen-class-pack-multi-grade-11232/product_24473940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-w1114mf-mystic-garden-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-tote-translucent-white-4-pack-40102/product_24575905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-starry-night-3-5-x-6-5-monthly-planner-black-gold-38574/product_24561057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-marvel-icons-contemporary-wall-decal-set-movies-tv-rmk3583scs/product_24565481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-succulents-22-x-17-academic-monthly-desk-pad-calendar-47569/product_24593563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c1824gg-orange-reflection-by-sheila-golden-24-x-18-frameless-art/product_1550957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-b1620mf-orange-reflection-by-sheila-golden-20-x-16-framed-art-wht-mtd/product_1553512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c2432gg-orange-reflection-by-sheila-golden-32-x-24-frameless-art/product_1552490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1620mf-orange-reflection-by-sheila-golden-20-x-16-framed-art-wht-mtd/product_1553511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c3547gg-orange-reflection-by-sheila-golden-47-x-35-frameless-art/product_1552036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-floral-punch-3-5-x-6-5-monthly-planner-multicolor-38499/product_24588657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-attendance-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va580-5/product_24575849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-vintage-floral-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47613/product_24593556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1620mf-red-flower-shadows-by-sheila-golden-20-x-16-frm-art-wht-mtd/product_1553508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-28-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-28b/product_24592396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-woodland-mushrooms-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-multicolor-47712/product_24593540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-black-chalkboard-aluminum-frame-18-x-24-flp32210/product_24322569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-c3547gg-red-flower-shadows-by-sheila-golden-47-x-35-frameless-art/product_1552034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-c2432gg-red-flower-shadows-by-sheila-golden-32-x-24-frameless-art/product_1552488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-w1114mf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-wht-mtd/product_1551934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-40-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-40b/product_24592394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-w1620mf-red-flower-shadows-by-sheila-golden-20-x-16-frm-art-wht-mtd/product_1553507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-finding-nemo-xl-wallpaper-mural/product_277193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-42-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-42b/product_24592393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-flower-stripe-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-italy-3-5-x-6-5-monthly-planner-multicolor-39021/product_24561079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-w1620mf-vase-with-yellow-flowers-by-sheila-golden-20x16-frm-art-wht-mtd/product_1553457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-lots-of-lemons-3-5-x-6-5-monthly-planner-yellow-green-38529/product_24588665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-w1114mf-vase-with-yellow-flowers-by-sheila-golden-14x11-frm-art-wht-mtd/product_1551924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-gerber-daisies-peel-and-stick-wall-decal-40-x-18-40-x-9/product_136109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c2432gg-vase-with-yellow-flowers-by-sheila-golden-32-x-24-frmls-art/product_1552484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-frozen-peel-and-stick-wall-decal-10-x-18/product_465699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-girly-frames-peel-and-stick-wall-decal-10-x-18/product_135615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-gnomes-traditional-wall-decal-set-holiday-rmk5006scs/product_24565506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-12-piece-bar-chart-graph-board-set-multi-grade-34159/product_24473780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-12-piece-square-grid-board-set-multi-grade-32159/product_24473914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-paradise-3-5-x-6-5-monthly-planner-multicolor-38536/product_24561033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-paris-8-5-x-11-academic-weekly-monthly-planner-paper-cover-kraft-black-47583/product_24593587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-halloween-trick-or-treat-spider-web-contemporary-wall-decal-set-holiday-rmk4686gm/product_24565500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-24-piece-square-grid-board-set-multi-grade-42159/product_24473893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-24-piece-two-sided-dry-erase-board-set-multi-grade-45454/product_24473884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-b1114mf-mystic-garden-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-24-x-36-corkboard-wood-framed-flp10300/product_24322609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-b1114bmf-mystic-garden-by-sheila-golden-11-x-14-framed-art-blk-mtd/product_1551954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-purrfect-3-5-x-6-5-monthly-planner-multicolor-38567/product_24588680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-36-piece-oval-dry-erase-answer-paddle-eraser-and-pen-class-pack-multi-grade-11232/product_24473940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-w1114mf-mystic-garden-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-tote-translucent-white-4-pack-40102/product_24575905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-marvel-icons-contemporary-wall-decal-set-movies-tv-rmk3583scs/product_24565481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-starry-night-3-5-x-6-5-monthly-planner-black-gold-38574/product_24561057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c1824gg-orange-reflection-by-sheila-golden-24-x-18-frameless-art/product_1550957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-succulents-22-x-17-academic-monthly-desk-pad-calendar-47569/product_24593563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-b1620mf-orange-reflection-by-sheila-golden-20-x-16-framed-art-wht-mtd/product_1553512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-vintage-floral-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47613/product_24593556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-attendance-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va580-5/product_24575849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c3547gg-orange-reflection-by-sheila-golden-47-x-35-frameless-art/product_1552036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1620mf-orange-reflection-by-sheila-golden-20-x-16-framed-art-wht-mtd/product_1553511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c2432gg-orange-reflection-by-sheila-golden-32-x-24-frameless-art/product_1552490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-black-chalkboard-aluminum-frame-18-x-24-flp32210/product_24322569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-woodland-mushrooms-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-multicolor-47712/product_24593540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:47:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-minecraft-children-s-wall-decal-set-cartoons-rmk5005gm/product_24565495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-c-flute-corrugated-sheet-40-x-32-brown-10-carton-32405-10/product_24575895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-black-chalkboard-aluminum-frame-36-x-48-34210/product_24575858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-c1414gg-a-poppy-moment-by-sheila-golden-14-x-14-frameless-art/product_1552376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-monsters-inc-peel-and-stick-wall-decal/product_135797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-w1111mf-a-poppy-moment-by-sheila-golden-11-x-11-framed-art-wht-mtd/product_1552330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-chalkboard-9-5-x-12-24-carton-12209/product_24575922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-children-s-decals-geography-33-pack-rmk4021gm/product_24425322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-children-s-decals-nature-4-pack-rmk4071gm/product_24425327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-daily-monthly-refill-pages-white-brown-491-125-24/product_24548775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-monthly-planner-refill-white-brown-491-685-24/product_24548797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-child-s-dry-erase-chalkboard-easel-44-wood-white-black-red-assorted-materials-17315/product_24473779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c2424gg-mixed-blue-bouquet-by-sheila-golden-24-x-24-frameless-art/product_1553417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-decorative-16-pack-rmk4044gm/product_24425301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-nature-rmk11045wp/product_24425313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-monthly-wet-erase-wall-calendar-pmlm02-28-24/product_24549160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c3547gg-sweet-memory-by-sheila-golden-47-x-35-frameless-art/product_1552032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-8-6mm-thick-flp38006/product_2127358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-9-pack-rmk3860gm/product_24425295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-4-pack-rmk3652scs/product_24425288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-13-pack-rmk3904scs/product_24425306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-b1114mf-bouquet-for-bonnard-by-sheila-golden-14-x-11-frm-art-wht-mtd/product_1551960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-decal-construction-trucks/product_277207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-2-x-4-white-24-carton-30022-24/product_24575898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk24x-00-24/product_24549055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-boards-with-headers-36-x-48-white-24-pack-flp30242/product_24439157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-28-x-40-white-18-carton-30028-18/product_24575896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-x-17-monthly-desk-pad-calendar-slate-blue-89701-24/product_24549103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-c2432gg-bouquet-for-bonnard-by-sheila-golden-32-x-24-frameless-art/product_1554153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-3-x-4-black-10-carton-30067-10/product_24575869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1616bmf-early-june-bouquet-by-sheila-golden-16-x-16-frm-art-blk-mtd/product_1551640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-3-x-4-red-24-carton-30069-24/product_24575888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-36-yearly-wet-erase-wall-calendar-reversible-red-blue-pm26p-28-24/product_24548761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-w1616mf-floral-expressions-by-sheila-golden-16-x-16-frm-art-wht-mtd/product_1551467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1616mf-early-june-bouquet-by-sheila-golden-16-x-16-frm-art-wht-mtd/product_1551639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-sheet-30-x-20-white-25-carton-32300-25/product_24575881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-w1111mf-early-june-bouquet-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-sofia-the-first-peel-and-stick-wall-decal/product_277175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1114bmf-amid-sunflowers-by-sheila-golden-11-x-14-framed-art-blk-mtd/product_1551933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-dry-erase-wall-calendar-reversible-blue-gray-a1102-24/product_24549108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-spider-man-wall-decal-set-movies-tv-rmk4234gm/product_24565475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-blue-pm300-28-24/product_24549132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-wood-frame-18-x-24-17920/product_24575914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-red-blue-pm326-28-24/product_24549141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-saga-chair-rail-prepasted-wall-mural-6-ft-h-x-10-1-2-ft-w/product_135962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-minecraft-children-s-wall-decal-set-cartoons-rmk5005gm/product_24565495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-c-flute-corrugated-sheet-40-x-32-brown-10-carton-32405-10/product_24575895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-5-x-8-25-daily-diary-hardsided-cover-red-gold-sd389-13-24/product_24548816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-black-chalkboard-aluminum-frame-36-x-48-34210/product_24575858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5714-c1824gg-wildflowers-against-the-sky-by-sheila-golden-24-x-18-frmls-art/product_1550952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-c1414gg-a-poppy-moment-by-sheila-golden-14-x-14-frameless-art/product_1552376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-monsters-inc-peel-and-stick-wall-decal/product_135797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-x-8-daily-appointment-book-black-70-207-05-24/product_24549175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-w1111mf-a-poppy-moment-by-sheila-golden-11-x-11-framed-art-wht-mtd/product_1552330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-children-s-decals-geography-33-pack-rmk4021gm/product_24425322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-chalkboard-9-5-x-12-24-carton-12209/product_24575922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-children-s-decals-nature-4-pack-rmk4071gm/product_24425327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-daily-monthly-refill-pages-white-brown-491-125-24/product_24548775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-child-s-dry-erase-chalkboard-easel-44-wood-white-black-red-assorted-materials-17315/product_24473779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-monthly-planner-refill-white-brown-491-685-24/product_24548797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c2424gg-mixed-blue-bouquet-by-sheila-golden-24-x-24-frameless-art/product_1553417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-decorative-16-pack-rmk4044gm/product_24425301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-monthly-wet-erase-wall-calendar-pmlm02-28-24/product_24549160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-nature-rmk11045wp/product_24425313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c3547gg-sweet-memory-by-sheila-golden-47-x-35-frameless-art/product_1552032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-8-6mm-thick-flp38006/product_2127358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-9-pack-rmk3860gm/product_24425295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-13-pack-rmk3904scs/product_24425306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-4-pack-rmk3652scs/product_24425288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-b1114mf-bouquet-for-bonnard-by-sheila-golden-14-x-11-frm-art-wht-mtd/product_1551960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-c2432gg-bouquet-for-bonnard-by-sheila-golden-32-x-24-frameless-art/product_1554153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-2-x-4-white-24-carton-30022-24/product_24575898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-28-x-40-white-18-carton-30028-18/product_24575896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-decal-construction-trucks/product_277207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk24x-00-24/product_24549055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-boards-with-headers-36-x-48-white-24-pack-flp30242/product_24439157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-x-17-monthly-desk-pad-calendar-slate-blue-89701-24/product_24549103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-3-x-4-black-10-carton-30067-10/product_24575869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1616bmf-early-june-bouquet-by-sheila-golden-16-x-16-frm-art-blk-mtd/product_1551640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-3-x-4-red-24-carton-30069-24/product_24575888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-w1616mf-floral-expressions-by-sheila-golden-16-x-16-frm-art-wht-mtd/product_1551467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-sheet-30-x-20-white-25-carton-32300-25/product_24575881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1616mf-early-june-bouquet-by-sheila-golden-16-x-16-frm-art-wht-mtd/product_1551639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-36-yearly-wet-erase-wall-calendar-reversible-red-blue-pm26p-28-24/product_24548761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-sofia-the-first-peel-and-stick-wall-decal/product_277175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1114bmf-amid-sunflowers-by-sheila-golden-11-x-14-framed-art-blk-mtd/product_1551933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-spider-man-wall-decal-set-movies-tv-rmk4234gm/product_24565475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-dry-erase-wall-calendar-reversible-blue-gray-a1102-24/product_24549108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-w1111mf-early-june-bouquet-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-blue-pm300-28-24/product_24549132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-wood-frame-18-x-24-17920/product_24575914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-saga-chair-rail-prepasted-wall-mural-6-ft-h-x-10-1-2-ft-w/product_135962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-red-blue-pm326-28-24/product_24549141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-5-x-8-25-daily-diary-hardsided-cover-red-gold-sd389-13-24/product_24548816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5714-c1824gg-wildflowers-against-the-sky-by-sheila-golden-24-x-18-frmls-art/product_1550952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-x-8-daily-appointment-book-black-70-207-05-24/product_24549175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-transportation-peel-and-stick-wall-decal-10-x-18/product_135605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-11-x-14-wood-frame-art/product_496951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-tree-branches-peel-and-stick-wall-decal-18-x-40-9-x-40/product_136132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-22-x-32-canvas-art/product_493688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-6-x-3-5-daily-desk-calendar-refill-multicolor-e017-50-24/product_24549145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-wildlife-medley-peel-and-stick-wall-decal-10-x-18/product_135621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-14-x-19-canvas-art/product_315084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-winnie-the-pooh-swinging-for-honey-peel-and-stick-giant-wall-decal-18-x-40/product_466192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-two-sided-easel-wood-frame-19-5-x-18-17406/product_24575889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-25-x-11-weekly-monthly-appointment-book-planner-black-70-950g-05-24/product_24548839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-75-x-1-11000/product_24472776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-5-x-0-5-24-pack-45656/product_24473880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-monthly-planner-refill-white-brown-061-685-24/product_24548781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-9-x-12-12-pack-11277/product_24473839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/round-tubing-faceout-black-12/product_216052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/round-world-products-usa-puzzle-24-height-36-width-500-pieces-rwphmp02/product_24391765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-75-x-11-5-daily-two-person-appointment-book-black-70-222-05-24/product_24548772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-11-x-14-wood-frame-mt0755-w1114bmf/product_2082041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-alpine-lavender-kombucha-12-oz-12-box-307-00391/product_24563514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-roaring-pineapple-kombucha-12-oz-12-box-307-00392/product_24563494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-flannel-board-18-x-24-black-17152/product_24575944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-burkhart-s-day-counter-7-5-x-4-5-daily-desk-calendar-refill-multicolor-e712-50-24/product_24549165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-flannel-dry-erase-board-18-x-24-30050/product_932689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-alpha-580-purple-cash-register-ribbon-013019-2-pack/product_383605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-blue-10-pack-20325-10/product_24576843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0526-b1114mf/product_2082772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0526-w1114mf/product_2082771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0535-w1114mf/product_2082744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-30-x-40-white-10-carton-30400-10/product_24575866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-sea-silk-sponges-each-pack-of-12-12pk-r2002/product_2132883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0526-w1620mf/product_2083511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0526-b1620mf/product_2083512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-purple-70940x-14-24/product_24549090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-3-5-x-6-weekly-appointment-book-black-g250-00-24/product_24548820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-gold-ochre-garden-view-canvas-art-18x24-inches/product_254992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-10-0-angular-shader-pack-of-6-pk6-r4200aw-10-0/product_24200762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-10-0-fan-wisp-pack-of-6-pk6-r4200fbw-10-0/product_24202272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foam-displays-2-5-x-2-assorted-colors-10-carton-20320/product_24575928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-blue-carnation-canvas-art-16x24-inches/product_254860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-7-x-8-75-monthly-planner-black-g400-00-24/product_24548810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-monogram-pack-of-6-pk6-r4200m-20-0/product_24200722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-white-pack-of-10-flp3004810/product_139444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-computer-privacy-screen-w-pass-through-window-22-5-h-x-62-w-black-24-pack-61858/product_24575841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-frameworks-low-tac-birthday-calendar-vertical-24-x-48-flp90703/product_24382763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-transportation-peel-and-stick-wall-decal-10-x-18/product_135605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-3-0-spotter-pack-of-6-pk6-r4200sp-3-0/product_24198069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-11-x-14-wood-frame-art/product_496951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-22-x-32-canvas-art/product_493688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-6-x-3-5-daily-desk-calendar-refill-multicolor-e017-50-24/product_24549145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-tree-branches-peel-and-stick-wall-decal-18-x-40-9-x-40/product_136132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-wildlife-medley-peel-and-stick-wall-decal-10-x-18/product_135621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-14-x-19-canvas-art/product_315084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-black-g545-00-24/product_24549169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roommates-winnie-the-pooh-swinging-for-honey-peel-and-stick-giant-wall-decal-18-x-40/product_466192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-two-sided-easel-wood-frame-19-5-x-18-17406/product_24575889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-25-x-11-weekly-monthly-appointment-book-planner-black-70-950g-05-24/product_24548839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-75-x-1-11000/product_24472776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-5-x-0-5-24-pack-45656/product_24473880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-monthly-planner-refill-white-brown-061-685-24/product_24548781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-9-x-12-12-pack-11277/product_24473839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/round-tubing-faceout-black-12/product_216052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/round-world-products-usa-puzzle-24-height-36-width-500-pieces-rwphmp02/product_24391765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-75-x-11-5-daily-two-person-appointment-book-black-70-222-05-24/product_24548772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-11-x-14-wood-frame-mt0755-w1114bmf/product_2082041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-alpine-lavender-kombucha-12-oz-12-box-307-00391/product_24563514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-roaring-pineapple-kombucha-12-oz-12-box-307-00392/product_24563494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-flannel-board-18-x-24-black-17152/product_24575944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-burkhart-s-day-counter-7-5-x-4-5-daily-desk-calendar-refill-multicolor-e712-50-24/product_24549165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-flannel-dry-erase-board-18-x-24-30050/product_932689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-alpha-580-purple-cash-register-ribbon-013019-2-pack/product_383605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-blue-10-pack-20325-10/product_24576843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0526-b1114mf/product_2082772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0526-w1114mf/product_2082771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0535-w1114mf/product_2082744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-30-x-40-white-10-carton-30400-10/product_24575866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-sea-silk-sponges-each-pack-of-12-12pk-r2002/product_2132883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0526-w1620mf/product_2083511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0526-b1620mf/product_2083512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-purple-70940x-14-24/product_24549090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-3-5-x-6-weekly-appointment-book-black-g250-00-24/product_24548820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-10-0-angular-shader-pack-of-6-pk6-r4200aw-10-0/product_24200762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-gold-ochre-garden-view-canvas-art-18x24-inches/product_254992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-10-0-fan-wisp-pack-of-6-pk6-r4200fbw-10-0/product_24202272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foam-displays-2-5-x-2-assorted-colors-10-carton-20320/product_24575928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-blue-carnation-canvas-art-16x24-inches/product_254860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-monogram-pack-of-6-pk6-r4200m-20-0/product_24200722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-computer-privacy-screen-w-pass-through-window-22-5-h-x-62-w-black-24-pack-61858/product_24575841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-white-pack-of-10-flp3004810/product_139444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-7-x-8-75-monthly-planner-black-g400-00-24/product_24548810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-frameworks-low-tac-birthday-calendar-vertical-24-x-48-flp90703/product_24382763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-3-0-spotter-pack-of-6-pk6-r4200sp-3-0/product_24198069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-black-g545-00-24/product_24549169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-pink-canvas-art-35x35-inches/product_254970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-brites-2-cool-colors-poster-boards-assorted-14-x-22/product_619712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-brites-2-cool-e-z-print-paper-poster-boards-14-x-8-5-assorted-neon-colors-10-pack-46315/product_13005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-wood-18-x-24-32700/product_24575938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-wood-frame-24-x-36-33700/product_24575921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-brites-ultra-foam-display-board-3-x-2-white-26980/product_24439526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-dream-bouquet-canvas-art-35x35-inches/product_254951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fashion-8-x-11-weekly-monthly-appointment-book-black-33351-2401/product_24549073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-classic-manual-typewriter-black-roy79104p/product_24396754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-journal-7-x-8-5-white-blank-28-pages-12-set-flpbk512/product_24322560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fashion-9-x-11-monthly-planner-blue-70-250-20-24/product_24548794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-journal-8-5-x-11-white-blank-28-pages-24-set-flpbk524/product_24322637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-shadows-canvas-art-14x19-inches/product_254933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-clearview-small-watercolor-non-washable-painting-kit-assorted-colors-21-pack-rset-art3102/product_2313676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-flip-a-week-6-x-7-weekly-desk-calendar-refill-white-purple-sw705x-50-24/product_24549100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-washable-folding-palette-white-rd320p/product_2802677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magenta-blossoms-in-blue-vase-14-x-14-canvas-stretched-190836239924/product_2576131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-mathematics-achievement-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va581-5/product_24575850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magical-blue-poppy-canvas-art-18x24-inches/product_254941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-move-a-page-8-75-x-11-weekly-monthly-appointment-book-black-70-950e-05-24/product_24549064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-mobile-dry-erase-whiteboard-9-x-12-24-carton-10025-24/product_24575918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-mobile-dry-erase-whiteboard-9-x-12-24-carton-10070-24/product_24575838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-my-week-6-75-x-3-75-weekly-monthly-planner-refill-multicolor-471-285y-24/product_24548788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-pink-floral-shadows-canvas-art-26x32-inches/product_254964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-panoramic-landscape-22-x-17-monthly-desk-pad-calendar-89802-24/product_24549110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-short-handle-flat-brushes-assorted-sizes-3-pack-rset-9355/product_2313381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-automatic-touchless-hand-dryer-silver-rthd-431ss/product_2409048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-blooming-18-x-18-canvas-stretched-art-print-190836241026/product_2575003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-poppies-14-x-19-canvas-stretched-190836239740/product_2576445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-coin-sorter-4-compartments-black-fs-44n/product_24516284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-vase-matted-art-black-frame-11x14-inches/product_255120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-premium-project-sheet-black-25-pack-32331-25/product_24473827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-rsb-1342e-24-x-15-95-acrylic-open-sign/product_2791624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-touchless-hand-dryer-stainless-steel-rthd-421s/product_2409049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-primary-handwriting-dry-erase-whiteboard-11-x-16-3-bundle-flp11165-3/product_24516609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-touchless-hand-dryer-vertical-rthd-637ss/product_2409050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-the-white-vase-14-x-19-canvas-stretched-190836241378/product_2576444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-sunlight-bouquet-gallery-wrapped-canvas-art-35x47-inches/product_255043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-1-sided-melamine-mobile-dry-erase-whiteboard-5-x-7-pack-of-12-flp15656-12/product_24496354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-simplicity-canvas-art-30x47-inches/product_255006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-business-card-case-black/product_425980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-city-of-hope-8-x-10-weekly-monthly-appointment-book-planner-black-76-pn01-05-24/product_24549099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-7-x-8-75-weekly-monthly-appointment-book-black-70-951g-05-24/product_24549179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-flip-a-week-5-5-x-7-weekly-calendar-refill-multicolor-sw706-50-24/product_24549107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-pink-canvas-art-35x35-inches/product_254970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-card-holder-tan/product_428374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-computer-lab-privacy-screens-small-22-x-22-5-x-20-3-per-pack-2-packs-flp61856-2/product_24504239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-brites-2-cool-colors-poster-boards-assorted-14-x-22/product_619712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-wood-frame-24-x-36-33700/product_24575921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-brites-2-cool-e-z-print-paper-poster-boards-14-x-8-5-assorted-neon-colors-10-pack-46315/product_13005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-wood-18-x-24-32700/product_24575938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-brites-ultra-foam-display-board-3-x-2-white-26980/product_24439526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-11-x-11-matted-framed-190836241316/product_2573858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fashion-8-x-11-weekly-monthly-appointment-book-black-33351-2401/product_24549073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-classic-manual-typewriter-black-roy79104p/product_24396754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-journal-7-x-8-5-white-blank-28-pages-12-set-flpbk512/product_24322560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fashion-9-x-11-monthly-planner-blue-70-250-20-24/product_24548794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-dream-bouquet-canvas-art-35x35-inches/product_254951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-journal-8-5-x-11-white-blank-28-pages-24-set-flpbk524/product_24322637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-shadows-canvas-art-14x19-inches/product_254933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-clearview-small-watercolor-non-washable-painting-kit-assorted-colors-21-pack-rset-art3102/product_2313676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-flip-a-week-6-x-7-weekly-desk-calendar-refill-white-purple-sw705x-50-24/product_24549100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-washable-folding-palette-white-rd320p/product_2802677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magenta-blossoms-in-blue-vase-14-x-14-canvas-stretched-190836239924/product_2576131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-mathematics-achievement-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va581-5/product_24575850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magical-blue-poppy-canvas-art-18x24-inches/product_254941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-mobile-dry-erase-whiteboard-9-x-12-24-carton-10025-24/product_24575918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-mobile-dry-erase-whiteboard-9-x-12-24-carton-10070-24/product_24575838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-move-a-page-8-75-x-11-weekly-monthly-appointment-book-black-70-950e-05-24/product_24549064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-my-week-6-75-x-3-75-weekly-monthly-planner-refill-multicolor-471-285y-24/product_24548788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-pink-floral-shadows-canvas-art-26x32-inches/product_254964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-automatic-touchless-hand-dryer-silver-rthd-431ss/product_2409048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-short-handle-flat-brushes-assorted-sizes-3-pack-rset-9355/product_2313381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-panoramic-landscape-22-x-17-monthly-desk-pad-calendar-89802-24/product_24549110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-blooming-18-x-18-canvas-stretched-art-print-190836241026/product_2575003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-poppies-14-x-19-canvas-stretched-190836239740/product_2576445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-coin-sorter-4-compartments-black-fs-44n/product_24516284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-vase-matted-art-black-frame-11x14-inches/product_255120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-touchless-hand-dryer-stainless-steel-rthd-421s/product_2409049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-rsb-1342e-24-x-15-95-acrylic-open-sign/product_2791624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-primary-handwriting-dry-erase-whiteboard-11-x-16-3-bundle-flp11165-3/product_24516609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-premium-project-sheet-black-25-pack-32331-25/product_24473827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-touchless-hand-dryer-vertical-rthd-637ss/product_2409050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-sunlight-bouquet-gallery-wrapped-canvas-art-35x47-inches/product_255043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-the-white-vase-14-x-19-canvas-stretched-190836241378/product_2576444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-1-sided-melamine-mobile-dry-erase-whiteboard-5-x-7-pack-of-12-flp15656-12/product_24496354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-simplicity-canvas-art-30x47-inches/product_255006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-business-card-case-black/product_425980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-city-of-hope-8-x-10-weekly-monthly-appointment-book-planner-black-76-pn01-05-24/product_24549099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-flip-a-week-5-5-x-7-weekly-calendar-refill-multicolor-sw706-50-24/product_24549107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-7-x-8-75-weekly-monthly-appointment-book-black-70-951g-05-24/product_24549179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-card-holder-tan/product_428374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-computer-lab-privacy-screens-small-22-x-22-5-x-20-3-per-pack-2-packs-flp61856-2/product_24504239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-11-x-11-matted-framed-190836241316/product_2573858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-9-x-11-monthly-planner-green-70-260g-60-24/product_24548756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-18-x-18-canvas-stretched-190836241200/product_2575002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-cork-panel-16-x-36-pack-of-2-flp37016-2/product_24496187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-cork-panel-12-5-x-26-pack-of-3-flp37012-3/product_24506941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-signature-lite-5-5-x-8-5-weekly-monthly-planner-poly-cover-black-yp200l-05-24/product_24549122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-flower-blossoming-14-x-19-canvas-stretched-art-print-190836240104/product_2576448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-dark-cork-tiles-12-x-12-brown-4-per-pack-2-packs-flp12058-2/product_24496185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-signature-lite-8-5-x-11-weekly-monthly-planner-poly-cover-black-yp905l-05-24/product_24549113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-flowers-canvas-art-24x32-inches/product_255049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-oval-dry-erase-answer-paddles-7-x-12-pack-of-6-flp10032-6/product_24516629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-euro-commuter-wallet-black/product_429733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-simplified-by-emily-ley-8-5-x-5-5-daily-monthly-planner-refill-multicolor-el100-4311-24/product_24548782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-spiral-bound-flip-chart-easel-24-blue-cardboard-30500/product_2415303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-tabletop-easel-18-5-white-green-wood-assorted-materials-17305/product_24473936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-international-travel-adapter-wall-plug-881-bl-pl/product_1960707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-total-erase-dry-erase-whiteboard-0-79-x-1-4-pack-flp10065/product_138662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-zenscapes-8-5-x-5-5-daily-monthly-refill-pages-multicolor-281-225-24/product_24548823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-carnelia-blush-canvas-art-24x32-inches/product_255107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-two-sided-dry-erase-whiteboard-2-x-1-5-6-pack-20685/product_24473822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-tri-fold-project-board-48-x-36-corrugated-paper-white-4-pack-18042/product_24599156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-contemporary-floral-canvas-art-35x47-inches/product_254771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-zenscapes-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-281-285y-24/product_24548798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-147479/product_24564219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-fiesta-ii-canvas-art-18x24-inches/product_254744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-15-x-12-monthly-wall-calendar-blue-white-143721/product_24564312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipz-milk-chocolate-covered-pretzels-mini-bags-2-oz-12-count/product_23973724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-view-id-holder-coco/product_428380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-24-x-36-gold-standoff-hardware-105536-gld/product_24602069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-hymn-to-nature-canvas-art-18x24-inches/product_255076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-144086/product_24564277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-143735/product_24564204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-3-63-x-6-13-weekly-monthly-planner-plastic-cover-blue-143697/product_24564273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-peony-canvas-art-18x24-inches/product_254797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-pink-garden-canvas-art-24x32-inches/product_254748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-multicolor-137275-24/product_24551045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-blue-purple-146296/product_24551852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-watch-your-step-caution-wet-paint-20x12/product_554605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-purple-iris-canvas-art-18x18-inches/product_254833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-pardon-our-appearance-caution-hazardous-area-20x12/product_554598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143694/product_24564238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-brilliant-beads-100-pack-3-packs-r-2170-3/product_24500153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-danger-asbestos-danger-potential-asbestos-hazard-20x12/product_554609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-green-white-144840/product_24551848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-146297/product_24551854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-9-x-11-monthly-planner-green-70-260g-60-24/product_24548756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-bug-rubbing-plates-6-pack-2-packs-r-5843-2/product_24511271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-secret-garden-canvas-art-18x24-inches/product_255103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-18-x-18-canvas-stretched-190836241200/product_2575002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-flower-blossoming-14-x-19-canvas-stretched-art-print-190836240104/product_2576448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-dark-cork-tiles-12-x-12-brown-4-per-pack-2-packs-flp12058-2/product_24496185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-cork-panel-12-5-x-26-pack-of-3-flp37012-3/product_24506941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-signature-lite-5-5-x-8-5-weekly-monthly-planner-poly-cover-black-yp200l-05-24/product_24549122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-cork-panel-16-x-36-pack-of-2-flp37016-2/product_24496187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-signature-lite-8-5-x-11-weekly-monthly-planner-poly-cover-black-yp905l-05-24/product_24549113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-spring-song-canvas-art-24x32-inches/product_255083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-spiral-bound-flip-chart-easel-24-blue-cardboard-30500/product_2415303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-euro-commuter-wallet-black/product_429733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-products-oval-dry-erase-answer-paddles-7-x-12-pack-of-6-flp10032-6/product_24516629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-flowers-canvas-art-24x32-inches/product_255049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-simplified-by-emily-ley-8-5-x-5-5-daily-monthly-planner-refill-multicolor-el100-4311-24/product_24548782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-tabletop-easel-18-5-white-green-wood-assorted-materials-17305/product_24473936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-international-travel-adapter-wall-plug-881-bl-pl/product_1960707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-total-erase-dry-erase-whiteboard-0-79-x-1-4-pack-flp10065/product_138662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-carnelia-blush-canvas-art-24x32-inches/product_255107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-zenscapes-8-5-x-5-5-daily-monthly-refill-pages-multicolor-281-225-24/product_24548823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-tri-fold-project-board-48-x-36-corrugated-paper-white-4-pack-18042/product_24599156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipside-two-sided-dry-erase-whiteboard-2-x-1-5-6-pack-20685/product_24473822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-contemporary-floral-canvas-art-35x47-inches/product_254771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-zenscapes-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-281-285y-24/product_24548798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-147479/product_24564219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-15-x-12-monthly-wall-calendar-blue-white-143721/product_24564312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flipz-milk-chocolate-covered-pretzels-mini-bags-2-oz-12-count/product_23973724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-fiesta-ii-canvas-art-18x24-inches/product_254744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/royce-leather-view-id-holder-coco/product_428380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-24-x-36-gold-standoff-hardware-105536-gld/product_24602069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-144086/product_24564277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-hymn-to-nature-canvas-art-18x24-inches/product_255076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-143735/product_24564204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-peony-canvas-art-18x24-inches/product_254797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-pink-garden-canvas-art-24x32-inches/product_254748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-3-63-x-6-13-weekly-monthly-planner-plastic-cover-blue-143697/product_24564273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-multicolor-137275-24/product_24551045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-blue-purple-146296/product_24551852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-purple-iris-canvas-art-18x18-inches/product_254833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-watch-your-step-caution-wet-paint-20x12/product_554605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-pardon-our-appearance-caution-hazardous-area-20x12/product_554598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143694/product_24564238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-brilliant-beads-100-pack-3-packs-r-2170-3/product_24500153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-danger-asbestos-danger-potential-asbestos-hazard-20x12/product_554609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-green-white-144840/product_24551848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-bug-rubbing-plates-6-pack-2-packs-r-5843-2/product_24511271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-146297/product_24551854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-secret-garden-canvas-art-18x24-inches/product_255103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-spring-song-canvas-art-24x32-inches/product_255083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-advantagemat-30-x-48-rectangular-chair-mat-for-carpets-vinyl-fc1175120ev/product_24138639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-sealife-48-per-pack-3-packs-r-2446-3/product_24507194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-advantagemat-48-x-118-rectangular-chair-mat-for-carpets-up-to-1-4-vinyl-fr1130025ev/product_1601185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-leaves-7-x-9-80-pack-3-packs-bundle-r-2442-3/product_24507196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-16-w-x-24-l-black-fca21624bk/product_2710693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143971/product_24551857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-146299/product_24551861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-yellow-wall-canvas-art-24x32-inches/product_254751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-crystal-color-stacking-blocks-set-of-50-r-60310/product_24391705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-5-88-x-8-63-weekly-monthly-planner-black-143587-24/product_24551056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-yellow-wall-canvas-art-35x47-inches/product_254752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-11-x-14-black-frame-art/product_317144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-8-5-x-11-weekly-monthly-planner-black-143588-24/product_24551034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-5-x-8-weekly-monthly-planner-black-143589-24/product_24551067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-double-color-mosaic-squares-3-8-10-000-pack-2-packs-r-15630-2/product_24507146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-dinosaur-rubbing-plates-clear-6-per-pack-2-packs-r-5823-2/product_24511280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-face-pad-50-sheets-per-pack-3-packs-r-51449-3/product_24507399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-16-x-20-black-frame-art/product_317145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-advantagemat-hard-floor-chair-mat-45-x-53-clear-frpf1213425ev/product_1417126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-andreo-5-x-8-weekly-monthly-planner-multicolor-137950-24/product_24551136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-andreo-8-5-x-11-weekly-monthly-planner-multicolor-137948-24/product_24551138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baby-pink-5-x-8-weekly-monthly-planner-pink-147465/product_24564201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-ashlyn-8-5-x-11-weekly-monthly-planner-navy-143957/product_24551833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-18-x-24-canvas-art/product_492587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-8-x-10-monthly-planner-multicolor-110216-24/product_24551019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-bakah-blue-8-5-x-11-weekly-monthly-planner-white-blue-137261-24/product_24551066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-unomat-hard-floor-chair-mat-48-x-53-clear-1213420era/product_777840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-dark-garden-8-5-x-11-weekly-monthly-planner-multicolor-143939/product_24564321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-9mat-nonagon-gaming-e-sport-hard-floor-chair-mat-38-x-39-blue-fc121001009rbl/product_1945171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-danae-5-x-8-weekly-monthly-planner-black-white-147230/product_24564234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-ultimat-hard-floor-chair-mat-36-x-48-multi-colored-229220ecdr/product_459548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-computex-advantagemat-carpet-chair-mat-with-lip-36-x-48-medium-pile-clear-319226lv/product_922563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silence-is-golden-26-x-32-canvas-art/product_313967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-annabel-8-5-x-11-weekly-monthly-planner-pink-white-143892/product_24564313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-71-x-35-clear-fpde3571ra/product_900331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-doortex-20-w-x-55-l-rectangular-long-kitchen-runner-vegetable-fr4kr2055vl/product_24073805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-spectrum-mosaics-pre-k-4000-per-pack-2-packs-r-15639-2/product_24500155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-51-rectangular-chair-mat-for-carpets-up-to-3-8-enhanced-polymer-eco114851ep/product_922449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0606-w1114mf/product_2082273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-60-rectangular-chair-mat-for-hard-floors-enhanced-polymer-freco124860ep/product_2521458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-79-rectangular-chair-mat-for-carpets-up-to-3-8-enhanced-polymer-eco114879ep/product_922387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-london-rose-8-5-x-11-weekly-monthly-planner-multicolor-143883/product_24564262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-hard-floor-chair-mat-with-lip-48-x-60-medium-pile-clear-eco4860lp/product_922462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0606-c2232gg/product_2080171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-true-to-life-human-x-rays/product_847086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-meadow-3-63-x-6-13-weekly-monthly-planner-multicolor-147223/product_24564306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-meadow-8-5-x-11-weekly-monthly-planner-multicolor-147222/product_24564239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-advantagemat-30-x-48-rectangular-chair-mat-for-carpets-vinyl-fc1175120ev/product_24138639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-leaves-7-x-9-80-pack-3-packs-bundle-r-2442-3/product_24507196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-sealife-48-per-pack-3-packs-r-2446-3/product_24507194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-advantagemat-48-x-118-rectangular-chair-mat-for-carpets-up-to-1-4-vinyl-fr1130025ev/product_1601185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143971/product_24551857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-antique-gold-pack-of-3-3pk-76362b/product_2132413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-yellow-wall-canvas-art-35x47-inches/product_254752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-5-88-x-8-63-weekly-monthly-planner-black-143587-24/product_24551056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-crystal-color-stacking-blocks-set-of-50-r-60310/product_24391705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-yellow-wall-canvas-art-24x32-inches/product_254751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-146299/product_24551861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-16-w-x-24-l-black-fca21624bk/product_2710693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-11-x-14-black-frame-art/product_317144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-8-5-x-11-weekly-monthly-planner-black-143588-24/product_24551034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-advantagemat-hard-floor-chair-mat-45-x-53-clear-frpf1213425ev/product_1417126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-16-x-20-black-frame-art/product_317145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-5-x-8-weekly-monthly-planner-black-143589-24/product_24551067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-face-pad-50-sheets-per-pack-3-packs-r-51449-3/product_24507399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-double-color-mosaic-squares-3-8-10-000-pack-2-packs-r-15630-2/product_24507146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-dinosaur-rubbing-plates-clear-6-per-pack-2-packs-r-5823-2/product_24511280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-andreo-5-x-8-weekly-monthly-planner-multicolor-137950-24/product_24551136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-andreo-8-5-x-11-weekly-monthly-planner-multicolor-137948-24/product_24551138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baby-pink-5-x-8-weekly-monthly-planner-pink-147465/product_24564201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-ashlyn-8-5-x-11-weekly-monthly-planner-navy-143957/product_24551833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-18-x-24-canvas-art/product_492587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-8-x-10-monthly-planner-multicolor-110216-24/product_24551019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-bakah-blue-8-5-x-11-weekly-monthly-planner-white-blue-137261-24/product_24551066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-unomat-hard-floor-chair-mat-48-x-53-clear-1213420era/product_777840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-dark-garden-8-5-x-11-weekly-monthly-planner-multicolor-143939/product_24564321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-9mat-nonagon-gaming-e-sport-hard-floor-chair-mat-38-x-39-blue-fc121001009rbl/product_1945171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-danae-5-x-8-weekly-monthly-planner-black-white-147230/product_24564234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-ultimat-hard-floor-chair-mat-36-x-48-multi-colored-229220ecdr/product_459548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-computex-advantagemat-carpet-chair-mat-with-lip-36-x-48-medium-pile-clear-319226lv/product_922563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silence-is-golden-26-x-32-canvas-art/product_313967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-annabel-8-5-x-11-weekly-monthly-planner-pink-white-143892/product_24564313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-71-x-35-clear-fpde3571ra/product_900331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-doortex-20-w-x-55-l-rectangular-long-kitchen-runner-vegetable-fr4kr2055vl/product_24073805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0606-w1114mf/product_2082273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-51-rectangular-chair-mat-for-carpets-up-to-3-8-enhanced-polymer-eco114851ep/product_922449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-spectrum-mosaics-pre-k-4000-per-pack-2-packs-r-15639-2/product_24500155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-60-rectangular-chair-mat-for-hard-floors-enhanced-polymer-freco124860ep/product_2521458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-79-rectangular-chair-mat-for-carpets-up-to-3-8-enhanced-polymer-eco114879ep/product_922387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-london-rose-8-5-x-11-weekly-monthly-planner-multicolor-143883/product_24564262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0606-c2232gg/product_2080171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-hard-floor-chair-mat-with-lip-48-x-60-medium-pile-clear-eco4860lp/product_922462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/roylco-true-to-life-human-x-rays/product_847086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-meadow-3-63-x-6-13-weekly-monthly-planner-multicolor-147223/product_24564306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-meadow-8-5-x-11-weekly-monthly-planner-multicolor-147222/product_24564239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-antique-gold-pack-of-3-3pk-76362b/product_2132413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:50:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-navy-15-x-12-monthly-wall-calendar-103627-24/product_24551083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-29-x-46-rectangular-chair-mat-for-hard-floor-polypropylene-ncmfllac0001/product_24486536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool-fg252300beig/product_540666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peacock-8-5-x-11-weekly-monthly-planner-blue-143889/product_24564210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-35-x-46-rectangular-chair-mat-for-hard-floor-polypropylene-ncmfllac0002/product_24486537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool-fg252300bla/product_586180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-16-x-20-black-frame-art/product_315509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool/product_SS134254947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-mint-8-5-x-11-monthly-planner-multicolor-140104-24/product_24551052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-8-5-x-11-weekly-monthly-planner-multicolor-140101-24/product_24551026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-53-rectangular-chair-mat-for-carpets-polycarbonate-1213419er/product_715444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-bexley-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-144113/product_24551859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-53-rectangular-chair-mat-for-carpets-polycarbonate-1113423er/product_778172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-118-rectangular-chair-mat-for-carpets-polycarbonate-fr1130023er/product_1561144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-bexley-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-144112/product_24551856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-dainty-sage-3-63-x-6-13-weekly-monthly-planner-plastic-cover-multicolor/product_24551838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-gray-fg409100gray/product_962292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-11-x-14-black-frame-art/product_315010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-22-x-32-canvas-art/product_315014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skiing-in-quebec-1938-canvas-art-16x24-inches/product_244959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-effie-8-5-x-11-weekly-monthly-planner-multicolor-138325-24/product_24551139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floracraft-open-cell-foam-discs-1-in-11-1-2-in-pack-of-3-3pk-d121ws-24/product_2129375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-11-x-14-black-frame-art/product_314947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-bottle-can-recycling-lid-32-gallon-blue-22-3-4-h-x-22-9-10-w-x-4-5-8-d/product_919709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-bucket-10-qt-gray-fg296300gray/product_456082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-11-x-14-black-frame-art/product_313707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-appointment-book-deep-forest-green-147383/product_24564199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-brown-blue-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-container-32-gallons-grey-fg263200gray/product_432463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-white-32-gal-fg263200wht/product_936596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-ivory-brown-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-16-x-20-black-frame-art/product_315091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-16-x-24-canvas-art/product_315093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-ivory-grey-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-resin-trash-can-44-gallons-gray-2131929/product_24487888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-kelly-ventura-magenta-bloom-8-5-x-11-weekly-monthly-planner-multicolor-140945-24/product_24551101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-rollout-outdoor-trash-can-with-hinged-lid-gray-plastic-65-gallon-gray-fg9w2100gray/product_633748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-14-x-14-canvas-art-ali1136-c1414gg/product_2077687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-orange-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-16-x-16-white-matted-black-frame-ali1136-b1616mf/product_2084332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-plastic-container-lid-gray-55-gallons-fg265400gray/product_847810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-leeya-8-5-x-11-weekly-monthly-planner-purple-143713/product_24564220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-navy-15-x-12-monthly-wall-calendar-103627-24/product_24551083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-orange-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peacock-8-5-x-11-weekly-monthly-planner-blue-143889/product_24564210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-waste-container-no-lid/product_SS123312495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-29-x-46-rectangular-chair-mat-for-hard-floor-polypropylene-ncmfllac0001/product_24486536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool-fg252300beig/product_540666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-35-x-46-rectangular-chair-mat-for-hard-floor-polypropylene-ncmfllac0002/product_24486537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool-fg252300bla/product_586180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-16-x-20-black-frame-art/product_315509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool/product_SS134254947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-trash-can-dolly/product_SS123312494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-mint-8-5-x-11-monthly-planner-multicolor-140104-24/product_24551052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-8-5-x-11-weekly-monthly-planner-multicolor-140101-24/product_24551026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-53-rectangular-chair-mat-for-carpets-polycarbonate-1213419er/product_715444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-bexley-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-144113/product_24551859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-53-rectangular-chair-mat-for-carpets-polycarbonate-1113423er/product_778172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-118-rectangular-chair-mat-for-carpets-polycarbonate-fr1130023er/product_1561144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-bexley-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-144112/product_24551856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-dainty-sage-3-63-x-6-13-weekly-monthly-planner-plastic-cover-multicolor/product_24551838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-11-x-14-black-frame-art/product_315010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-22-x-32-canvas-art/product_315014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-gray-fg409100gray/product_962292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skiing-in-quebec-1938-canvas-art-16x24-inches/product_244959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floracraft-open-cell-foam-discs-1-in-11-1-2-in-pack-of-3-3pk-d121ws-24/product_2129375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-11-x-14-black-frame-art/product_314947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-effie-8-5-x-11-weekly-monthly-planner-multicolor-138325-24/product_24551139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-bottle-can-recycling-lid-32-gallon-blue-22-3-4-h-x-22-9-10-w-x-4-5-8-d/product_919709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-brown-blue-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-container-32-gallons-grey-fg263200gray/product_432463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-appointment-book-deep-forest-green-147383/product_24564199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-11-x-14-black-frame-art/product_313707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-bucket-10-qt-gray-fg296300gray/product_456082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-ivory-grey-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-ivory-brown-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-16-x-24-canvas-art/product_315093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-16-x-20-black-frame-art/product_315091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-white-32-gal-fg263200wht/product_936596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-resin-trash-can-44-gallons-gray-2131929/product_24487888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-kelly-ventura-magenta-bloom-8-5-x-11-weekly-monthly-planner-multicolor-140945-24/product_24551101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-rollout-outdoor-trash-can-with-hinged-lid-gray-plastic-65-gallon-gray-fg9w2100gray/product_633748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-14-x-14-canvas-art-ali1136-c1414gg/product_2077687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-orange-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-plastic-container-lid-gray-55-gallons-fg265400gray/product_847810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-leeya-8-5-x-11-weekly-monthly-planner-purple-143713/product_24564220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-16-x-16-white-matted-black-frame-ali1136-b1616mf/product_2084332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/floral-orange-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-waste-container-no-lid/product_SS123312495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-trash-can-dolly/product_SS123312494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-vented-round-trash-can-receptacle-44-gallons-gray-fg264360gray/product_705144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-15-x-12-monthly-wall-calendar-117888-24/product_24551039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-wheeled-waste-container/product_SS123312496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-24-x-32-canvas-art/product_314298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-maddi-peacock-8-x-10-monthly-planner-multicolor-143692/product_24564206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-maritza-8-5-x-11-weekly-monthly-planner-white-blue-143705/product_24564318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-caution-cone-25-8-yellow-fg627777yel/product_812520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-18-x-24-canvas-art/product_493860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-fi-1000-fiberinspector-usb-video-probe-and-tip-set-for-versiv-products-mt-8200-60-kit/product_IM1XN1706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-16-x-20-wood-frame-art/product_501530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brute-round-recycling-container-blue-44-gal-fg264307blue/product_2502744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brute-square-dolly-for-3526-3536-containers-black-1-each/product_1138220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-fiberinspector-micro-inspection-scope-yellow-black-fi-500/product_IM16B3193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-network-auto-tester-lrat-2000/product_IM16YQ546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-5-x-11-weekly-monthly-planner-charcoal-gray-100008-24/product_24551047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-quick-clean-cleaner-2-5-mm-fiber-sc-st-fc-e2000-single-quickclean-2-5-1p/product_IM16B7549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-pro3000-series-26000900-analog-tone-and-probe/product_IM1L22567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-rj45-rj11-modular-adapter-black-ciq-rja/product_IM1GD6446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-rj-11-male-8-wire-in-line-modular-adapter-with-k-plug-yellow-10230101/product_IM1N90776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-termination-test-kit-ms2-ttk/product_IM1N91027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-ts30-30800009-device-tester-with-abn/product_IM1L22562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-by-john-james-audubon-16-x-20-white-matted-silver-frame-bl01299-s1620mf/product_2085035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-11-x-8-75-monthly-wall-calendar-blue-purple-101613-24/product_24551100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluorescent-green-shipping-tags-8-6-1-4-x-3-1-8-1000-case/product_496207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-hygen-18-quick-connect-microfiber-flat-mop-frame-single-sided-gray-1863893/product_460603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-microburst-3000-air-freshener-lcd-dispenser-white-1793532/product_805873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flystaygift-gift-card-email-delivery/product_SS239292588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-plastic-container-10-25-gal-blue-fg295773blue/product_756076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-16-x-20-wood-frame-art/product_501799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-polyethylene-side-bin-1-25-gal-blue-fg295073blue/product_75455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-22-x-32-canvas-art/product_501647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-somewhere-over-the-rainbow-by-beata-czyzowska-young-16-x-20-silver-frame-bc0017-s1620mf/product_2085063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-value-pro-large-24-oz-cotton-wet-mop-1-headband-white-12-carton-fgv11800wh00/product_24561464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-brownline-duraflex-5-x-8-daily-monthly-planner-black-cb634v-blk/product_24559420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-cambridge-mina-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1134-905-24/product_24549092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-manual-can-opener-407/product_2474440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-complyright-24-x-36-dry-erase-calendar-quarterly-planner-red-blue-orange-j0061/product_24462830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-compost-bin-lid-for-3-gal-5-5-gal-compost-bins-green-2108900/product_24523809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-14-x-19-canvas-art-mt0696-c1419gg/product_2079061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-vented-round-trash-can-receptacle-44-gallons-gray-fg264360gray/product_705144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-filofax-8-5-x-10-88-academic-calendar-monthly-planner-black-c1811001/product_24559282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-15-x-12-monthly-wall-calendar-117888-24/product_24551039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-filofax-8-5-x-10-88-academic-calendar-monthly-planner-fuchsia-c1811003/product_24559284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-fringe-wildflowers-8-75-x-11-weekly-monthly-planner-multicolor-855110/product_24560225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-24-x-32-canvas-art/product_314298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-wheeled-waste-container/product_SS123312496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-11-x-14-wood-frame-art/product_312472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-maritza-8-5-x-11-weekly-monthly-planner-white-blue-143705/product_24564318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-caution-cone-25-8-yellow-fg627777yel/product_812520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-maddi-peacock-8-x-10-monthly-planner-multicolor-143692/product_24564206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-16-x-20-wood-frame-art/product_501530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-18-x-24-canvas-art/product_493860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-fi-1000-fiberinspector-usb-video-probe-and-tip-set-for-versiv-products-mt-8200-60-kit/product_IM1XN1706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brute-round-recycling-container-blue-44-gal-fg264307blue/product_2502744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brute-square-dolly-for-3526-3536-containers-black-1-each/product_1138220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-fiberinspector-micro-inspection-scope-yellow-black-fi-500/product_IM16B3193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-5-x-11-weekly-monthly-planner-charcoal-gray-100008-24/product_24551047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-pro3000-series-26000900-analog-tone-and-probe/product_IM1L22567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-quick-clean-cleaner-2-5-mm-fiber-sc-st-fc-e2000-single-quickclean-2-5-1p/product_IM16B7549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-rj45-rj11-modular-adapter-black-ciq-rja/product_IM1GD6446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-network-auto-tester-lrat-2000/product_IM16YQ546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-rj-11-male-8-wire-in-line-modular-adapter-with-k-plug-yellow-10230101/product_IM1N90776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-ts30-30800009-device-tester-with-abn/product_IM1L22562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluorescent-green-shipping-tags-8-6-1-4-x-3-1-8-1000-case/product_496207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fluke-networks-termination-test-kit-ms2-ttk/product_IM1N91027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-11-x-8-75-monthly-wall-calendar-blue-purple-101613-24/product_24551100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-by-john-james-audubon-16-x-20-white-matted-silver-frame-bl01299-s1620mf/product_2085035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-hygen-18-quick-connect-microfiber-flat-mop-frame-single-sided-gray-1863893/product_460603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-16-x-20-wood-frame-art/product_501799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-plastic-container-10-25-gal-blue-fg295773blue/product_756076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/flystaygift-gift-card-email-delivery/product_SS239292588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-polyethylene-side-bin-1-25-gal-blue-fg295073blue/product_75455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-microburst-3000-air-freshener-lcd-dispenser-white-1793532/product_805873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-22-x-32-canvas-art/product_501647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-somewhere-over-the-rainbow-by-beata-czyzowska-young-16-x-20-silver-frame-bc0017-s1620mf/product_2085063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-value-pro-large-24-oz-cotton-wet-mop-1-headband-white-12-carton-fgv11800wh00/product_24561464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-brownline-duraflex-5-x-8-daily-monthly-planner-black-cb634v-blk/product_24559420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-manual-can-opener-407/product_2474440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-cambridge-mina-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1134-905-24/product_24549092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-complyright-24-x-36-dry-erase-calendar-quarterly-planner-red-blue-orange-j0061/product_24462830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-compost-bin-lid-for-3-gal-5-5-gal-compost-bins-green-2108900/product_24523809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-14-x-19-canvas-art-mt0696-c1419gg/product_2079061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-filofax-8-5-x-10-88-academic-calendar-monthly-planner-black-c1811001/product_24559282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-filofax-8-5-x-10-88-academic-calendar-monthly-planner-fuchsia-c1811003/product_24559284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-fringe-wildflowers-8-75-x-11-weekly-monthly-planner-multicolor-855110/product_24560225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-11-x-14-wood-frame-art/product_312472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:50:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-lobby-35-h-broom-black-fg637400bla/product_756806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-coffee-keurig-k-cup-pods-dark-roast-24-box-6662/product_459618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-14-x-19-canvas-art/product_312468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-ground-coffee-dark-roast-22-6-oz-02054/product_1685435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-16-x-20-wood-frame-art/product_312473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-11-x-14-black-frame-art/product_316542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-coffee-light-roast-0-24-oz-keurig-k-cup-pods-24-box-000370677-6684/product_1968211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-35-x-47-canvas-art/product_312471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-24-x-32-canvas-art/product_312470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-ground-coffee-dark-roast-42-carton-smu00019/product_2070326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-resistant-polyester-wastebasket-trash-can-10-gallons-beige-fg130600beig/product_757057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-by-michael-tompsett-18-x-24-canvas-art-mt0722-c1824gg/product_2078419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-18-x-24-canvas-art/product_316545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-0-28-oz-keurig-k-cup-pods-24-box-6685/product_464819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-forkliftable-tilt-truck-plastic-1250-lb-capacity-black-fg131500bla/product_936386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-blue-164-24/product_24562552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-buttery-caramel-coffee-medium-roast-0-31-oz-keurig-k-cup-pods-24-box-6680/product_464947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-24-x-37-yearly-wet-erase-wall-calendar-white-blue-396-24/product_24562562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-2-7-oz-50-carton-2550006106/product_24472780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-14-x-19-canvas-art/product_312476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-filter-packs-coffee-medium-roast-0-9-oz-160-box-pro44192/product_587050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-heavy-duty-4-shelf-resin-mobile-utility-cart-with-lockable-wheels-black-640-4520-88-bla/product_197388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-262-02-24/product_24562563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-12-x-17-monthly-wall-calendar-wedgwood-blue-gray-332-24/product_24562507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-monthly-appointment-book-blue-26207-24/product_24563622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hiduster-overhead-dusting-pole-extendable-31-51-gray-fgt11000gy00/product_812534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-instant-decaf-coffee-8-oz-jar/product_180386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-green-12-carton-fgq62000gr00/product_659362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dust-mop-pad-green-fgq43800gr00/product_918157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-coffee-medium-roast-0-31-oz-keurig-k-cup-pods-24-box-6661/product_464901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-hazelnut-cream-coffee-keurig-k-cup-pods-medium-roast-24-box-6109/product_1968203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-cloths-blue-12-carton-fgq63000bl00/product_659363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-16-x-20-wood-frame-art/product_312650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-17-x-8-three-month-wall-calendar-white-blue-3647-24/product_24562542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-toasty-hazelnut-coffee-keurig-k-cup-pods-medium-roast-96-box-6109ct/product_24597378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spa-daisies-i-by-chris-paschke-16-x-16-white-matted-silver-frame-wap0055-s1616mf/product_2084100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-toasty-hazelnut-ground-coffee-9-6-oz-2550011037/product_24584687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-18-5-x-13-monthly-desk-pad-calendar-white-blue-1646-24/product_24562525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-traditional-roast-ground-coffee-medium-roast-42-carton-smu63006/product_160161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-mop-pad-fgq41500bl00/product_848877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscapes-8-5-x-11-monthly-planner-black-264-02-24/product_24562390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/follow-confined-space-entry-procedure-before-10x14-040-aluminum-danger-sign/product_564271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscape-24-x-37-wet-erase-yearly-wall-calendar-reversible-393-24/product_24562560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-pulse-microfiber-mop-kit-fgq96900yl00/product_756051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-lobby-35-h-broom-black-fg637400bla/product_756806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-ecotones-22-x-17-monthly-desk-pad-calendar-blue-124-40-24/product_24562538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-14-x-19-canvas-art/product_312468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-coffee-keurig-k-cup-pods-dark-roast-24-box-6662/product_459618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-16-x-20-wood-frame-art/product_312473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-ground-coffee-dark-roast-22-6-oz-02054/product_1685435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/foot-locker-gift-card/product_SS204063482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-indoor-trash-can-black-resin-10-25-gal-fg295700bla/product_202456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-coffee-light-roast-0-24-oz-keurig-k-cup-pods-24-box-000370677-6684/product_1968211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-11-x-14-black-frame-art/product_316542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-35-x-47-canvas-art/product_312471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-24-x-32-canvas-art/product_312470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/footlocker-gift-card-50-email-delivery/product_24326152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-ground-coffee-dark-roast-42-carton-smu00019/product_2070326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-resistant-polyester-wastebasket-trash-can-10-gallons-beige-fg130600beig/product_757057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-by-michael-tompsett-18-x-24-canvas-art-mt0722-c1824gg/product_2078419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-forkliftable-tilt-truck-plastic-1250-lb-capacity-black-fg131500bla/product_936386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-18-x-24-canvas-art/product_316545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-blue-164-24/product_24562552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-buttery-caramel-coffee-medium-roast-0-31-oz-keurig-k-cup-pods-24-box-6680/product_464947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-0-28-oz-keurig-k-cup-pods-24-box-6685/product_464819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-2-7-oz-50-carton-2550006106/product_24472780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-24-x-37-yearly-wet-erase-wall-calendar-white-blue-396-24/product_24562562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-14-x-19-canvas-art/product_312476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-filter-packs-coffee-medium-roast-0-9-oz-160-box-pro44192/product_587050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-heavy-duty-4-shelf-resin-mobile-utility-cart-with-lockable-wheels-black-640-4520-88-bla/product_197388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-262-02-24/product_24562563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-12-x-17-monthly-wall-calendar-wedgwood-blue-gray-332-24/product_24562507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-monthly-appointment-book-blue-26207-24/product_24563622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hiduster-overhead-dusting-pole-extendable-31-51-gray-fgt11000gy00/product_812534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-instant-decaf-coffee-8-oz-jar/product_180386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-green-12-carton-fgq62000gr00/product_659362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dust-mop-pad-green-fgq43800gr00/product_918157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-coffee-medium-roast-0-31-oz-keurig-k-cup-pods-24-box-6661/product_464901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-hazelnut-cream-coffee-keurig-k-cup-pods-medium-roast-24-box-6109/product_1968203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-cloths-blue-12-carton-fgq63000bl00/product_659363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-16-x-20-wood-frame-art/product_312650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-toasty-hazelnut-coffee-keurig-k-cup-pods-medium-roast-96-box-6109ct/product_24597378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-17-x-8-three-month-wall-calendar-white-blue-3647-24/product_24562542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-traditional-roast-ground-coffee-medium-roast-42-carton-smu63006/product_160161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-18-5-x-13-monthly-desk-pad-calendar-white-blue-1646-24/product_24562525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/folgers-toasty-hazelnut-ground-coffee-9-6-oz-2550011037/product_24584687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spa-daisies-i-by-chris-paschke-16-x-16-white-matted-silver-frame-wap0055-s1616mf/product_2084100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-mop-pad-fgq41500bl00/product_848877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-pulse-microfiber-mop-kit-fgq96900yl00/product_756051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscape-24-x-37-wet-erase-yearly-wall-calendar-reversible-393-24/product_24562560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscapes-8-5-x-11-monthly-planner-black-264-02-24/product_24562390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/follow-confined-space-entry-procedure-before-10x14-040-aluminum-danger-sign/product_564271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-ecotones-22-x-17-monthly-desk-pad-calendar-blue-124-40-24/product_24562538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/foot-locker-gift-card/product_SS204063482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-indoor-trash-can-black-resin-10-25-gal-fg295700bla/product_202456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/footlocker-gift-card-50-email-delivery/product_24326152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-gardens-12-x-12-monthly-wall-calendar-301-24/product_24562549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-ingredient-bins-slant-front-2-8cu-ft/product_654824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-side-gate-mop-handle-fgh116000000/product_848943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-100-email-delivery/product_2380955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-wet-mop-handle-1-headband-mop-60-aluminum-handle-yellow-plastic-head/product_812640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-seasonal-18-5-x-13-monthly-desk-pad-calendar-1396-24/product_24562534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0751-b1620bmf/product_2077077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-landmark-series-dome-top-trash-containers-with-3958-rigid-liner-sable-35-gal-fg397000sble/product_936426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-seasonal-22-x-17-monthly-desk-pad-calendar-139-24/product_24563322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-wild-flower-8-5-x-11-weekly-monthly-appointment-book-multicolor-287-74-24/product_24562529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-11-x-14-wood-frame-art/product_821392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-8730hs-15-sheet-cross-cut-multimedia-high-security-office-shredder-fd8730hs/product_24520700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-automatic-paper-folder-500-sheets-fd386/product_24476971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-inkwell-press-undercurrent-7-x-9-daily-monthly-planner-blue-gray-142875/product_24564192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-moleskine-5-11-x-8-27-weekly-monthly-planner-black-8056598856620/product_24574643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-moleskine-5-11-x-8-27-weekly-monthly-planner-sapphire-blue-8056598856613/product_24574640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-11-x-14-wood-frame-art/product_492361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-rediform-17-76-x-10-87-monthly-desk-pad-calendar-white-purple-c181700/product_24595332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-11-x-14-black-frame-art/product_33810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-16-x-20-wood-frame-art/product_501426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mop-head-headband-3486266/product_852064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongues-30-x-47-canvas-art/product_500138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-15m-16-9-guillotine-paper-cutter-with-led-laser-line-off-white-cut-true-15m/product_1317271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-deskside-8302sc-23-sheet-strip-cut-commercial-shredder-fd8302sc/product_1317280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-11-x-14-wood-frame-art/product_33804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-over-the-spill-pad-tablet-17-x-14-yellow-25-pack-fg425400yel/product_847623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-fd-452-electric-letter-opener-gray-fd452/product_1317274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-fd-314-automatic-paper-folder-250-sheets-fd314/product_1882531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-optimizers-file-organizer-clear-plastic-94600ros/product_459462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-12-x-19-canvas-art-ali1137-c1219gg/product_2079956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-18-x-11-desk-pad-calendar-black-st17392-24/product_24545105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-flashcard-xl-19-card-cutter-white-flashcard-xl/product_24593131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-flashguard-hot-laminating-pouch-letter-size-3-mil-100-pack-fg-3/product_24593136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-22-x-32-canvas-art-ali1137-c2232gg/product_2080199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plastic-trash-can-with-lid-beige-8-gal-fg614300beig/product_936420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-navy-st59700-24/product_24545091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-30-x-47-canvas-art-ali1137-c3047gg/product_2077014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-gray-st58449-24/product_24545401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-hdd-ssd-high-security-shredder-fd87hds-r/product_24600529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0450-b1620mf/product_2085463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-assorted-colors-st16270-24/product_24545378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0450-c1624gg/product_2077867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0450-c3047gg/product_2080937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-black-st58445-24/product_24545392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-32-x-48-wall-calendar-red-st56781-24/product_24545394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-onsite-office-8402cc-26-sheet-cross-cut-commercial-shredder-fd8402cc/product_1317279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-splendor-24-x-47-canvas-art/product_315212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-48-x-32-dry-erase-wall-calendar-red-white-st53911-24/product_24545704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-daily-appointment-book-black-st58452-24/product_24545178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-regeneration-stackable-side-loading-letter-trays-letter-size-black-plastic-6-pack-86028/product_613500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-reveal-spray-mop-kit-2856049/product_2837114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-gardens-12-x-12-monthly-wall-calendar-301-24/product_24562549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-ingredient-bins-slant-front-2-8cu-ft/product_654824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-planner-black-st21490-24/product_24545097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-side-gate-mop-handle-fgh116000000/product_848943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-100-email-delivery/product_2380955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-square-it-squareback-booklet-finisher-24-sheets/product_24448147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-wet-mop-handle-1-headband-mop-60-aluminum-handle-yellow-plastic-head/product_812640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0751-b1620bmf/product_2077077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-seasonal-18-5-x-13-monthly-desk-pad-calendar-1396-24/product_24562534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-landmark-series-dome-top-trash-containers-with-3958-rigid-liner-sable-35-gal-fg397000sble/product_936426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-16-x-20-wood-frame-art/product_314699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-seasonal-22-x-17-monthly-desk-pad-calendar-139-24/product_24563322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-wild-flower-8-5-x-11-weekly-monthly-appointment-book-multicolor-287-74-24/product_24562529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-8730hs-15-sheet-cross-cut-multimedia-high-security-office-shredder-fd8730hs/product_24520700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-11-x-14-wood-frame-art/product_821392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-automatic-paper-folder-500-sheets-fd386/product_24476971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-inkwell-press-undercurrent-7-x-9-daily-monthly-planner-blue-gray-142875/product_24564192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-moleskine-5-11-x-8-27-weekly-monthly-planner-black-8056598856620/product_24574643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-moleskine-5-11-x-8-27-weekly-monthly-planner-sapphire-blue-8056598856613/product_24574640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-11-x-14-wood-frame-art/product_492361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-rediform-17-76-x-10-87-monthly-desk-pad-calendar-white-purple-c181700/product_24595332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-11-x-14-black-frame-art/product_33810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-16-x-20-wood-frame-art/product_501426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mop-head-headband-3486266/product_852064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongues-30-x-47-canvas-art/product_500138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-15m-16-9-guillotine-paper-cutter-with-led-laser-line-off-white-cut-true-15m/product_1317271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-deskside-8302sc-23-sheet-strip-cut-commercial-shredder-fd8302sc/product_1317280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-11-x-14-wood-frame-art/product_33804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-over-the-spill-pad-tablet-17-x-14-yellow-25-pack-fg425400yel/product_847623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-fd-452-electric-letter-opener-gray-fd452/product_1317274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-optimizers-file-organizer-clear-plastic-94600ros/product_459462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-fd-314-automatic-paper-folder-250-sheets-fd314/product_1882531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-12-x-19-canvas-art-ali1137-c1219gg/product_2079956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-18-x-11-desk-pad-calendar-black-st17392-24/product_24545105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-flashcard-xl-19-card-cutter-white-flashcard-xl/product_24593131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-flashguard-hot-laminating-pouch-letter-size-3-mil-100-pack-fg-3/product_24593136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-22-x-32-canvas-art-ali1137-c2232gg/product_2080199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plastic-trash-can-with-lid-beige-8-gal-fg614300beig/product_936420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-navy-st59700-24/product_24545091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-30-x-47-canvas-art-ali1137-c3047gg/product_2077014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-gray-st58449-24/product_24545401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-hdd-ssd-high-security-shredder-fd87hds-r/product_24600529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-assorted-colors-st16270-24/product_24545378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0450-b1620mf/product_2085463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0450-c3047gg/product_2080937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0450-c1624gg/product_2077867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-black-st58445-24/product_24545392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-reveal-spray-mop-kit-2856049/product_2837114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-regeneration-stackable-side-loading-letter-trays-letter-size-black-plastic-6-pack-86028/product_613500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-daily-appointment-book-black-st58452-24/product_24545178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-48-x-32-dry-erase-wall-calendar-red-white-st53911-24/product_24545704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-splendor-24-x-47-canvas-art/product_315212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-onsite-office-8402cc-26-sheet-cross-cut-commercial-shredder-fd8402cc/product_1317279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-32-x-48-wall-calendar-red-st56781-24/product_24545394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-planner-black-st21490-24/product_24545097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formax-square-it-squareback-booklet-finisher-24-sheets/product_24448147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-16-x-20-wood-frame-art/product_314699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formula-409-glass-surface-cleaner-refill-128-oz-4-carton-03107/product_2623069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-16-x-24-canvas-art/product_314695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-planner-black-st60460-24/product_24545403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fortnite-backpack-black-white-fntg1000-009/product_24552128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-18-x-24-canvas-art/product_314119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fortnite-multiplier-backpack-artwork-gray-multi-fn1000-095/product_24517210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-black-plastic-23-gal-fg267360bla/product_818899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-song-35-x-47-canvas-art/product_317576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-16-x-47-canvas-art/product_314391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fractions-decimals-percents-learning-advantage-fraction-decimal-tiles-in-tray/product_845092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-polypropylene-bottles-and-cans-lid-23-gal-blue-fg269288blue/product_860345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-13-gallons-red-1883566/product_1672358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-jumbo-popping-game-3-years-2292/product_24514243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-10-x-32-canvas-art-em0566-c1032gg/product_2078783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fragile-handle-with-care-labels-red-black-3-x-2-500-rl/product_573189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-front-step-on-trash-can-with-single-rigid-plastic-liner-13-gallons-1901992/product_1672263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-landfill-recycling-station-23-gallon-gray-black-2185053/product_24561620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-black-tr21494-24/product_24546729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-assorted-colors-st12940-24/product_24545381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-12-x-12-monthly-wall-calendar-31995/product_24561044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-black-fwb14blkhi/product_24590473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-florence-faux-leather-tote-bag-black-florlrt-01/product_24590469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-tan-zfb14tanhighline/product_24590477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-florence-faux-leather-tote-bag-burgundy-florlrt-02/product_24590475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-wheels-up-laptop-backpack-black-bkbudgrl-sm/product_24590471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-aspire-to-inspire-12-x-12-monthly-wall-calendar-teal-white-32183/product_24561082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-vented-rectangular-trash-can-waste-receptacle-23-gallons-gray-fg354060gray/product_705138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-astronomy-12-x-12-monthly-wall-calendar-32190/product_24561041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fredrix-pro-series-archival-canvas-board-9-in-x-12-in-each/product_1717637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-spacesaver-square-container-lid-white-10-1-2-w-x-11-1-3-d/product_962296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-stacking-recycle-bin-rectangular-polyethylene-18-gallon-blue/product_815627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bad-dad-jokes-12-x-12-monthly-wall-calendar-32275/product_24561036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-32-in-pack-of-20/product_1717555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-24-x-24-canvas-art-ali1063-c2424gg/product_2078831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd21206bl00/product_851609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beach-17-x-12-monthly-desk-pad-calendar-yellow-blue-38994/product_24561005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25306gr00/product_851612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fresh-avocados-5-pack-900-00133/product_24357413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tandem-bucket-side-press-wringer-31-qt-7-75-gal-yellow-fg738000yel/product_756063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/formula-409-glass-surface-cleaner-refill-128-oz-4-carton-03107/product_2623069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fresh-premium-seedless-oranges-8-lbs-11025/product_24322165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-16-x-24-canvas-art/product_314695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-planner-black-st60460-24/product_24545403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fortnite-backpack-black-white-fntg1000-009/product_24552128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-boxers-6-x-5-5-daily-day-to-day-calendar-multicolor-36228/product_24575145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-18-x-24-canvas-art/product_314119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fortnite-multiplier-backpack-artwork-gray-multi-fn1000-095/product_24517210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-black-plastic-23-gal-fg267360bla/product_818899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-song-35-x-47-canvas-art/product_317576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-lid-black-plastic-23-gal-fg268988bla/product_540591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-16-x-47-canvas-art/product_314391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fractions-decimals-percents-learning-advantage-fraction-decimal-tiles-in-tray/product_845092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-polypropylene-bottles-and-cans-lid-23-gal-blue-fg269288blue/product_860345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-13-gallons-red-1883566/product_1672358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-jumbo-popping-game-3-years-2292/product_24514243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-10-x-32-canvas-art-em0566-c1032gg/product_2078783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fragile-handle-with-care-labels-red-black-3-x-2-500-rl/product_573189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-front-step-on-trash-can-with-single-rigid-plastic-liner-13-gallons-1901992/product_1672263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-landfill-recycling-station-23-gallon-gray-black-2185053/product_24561620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-black-tr21494-24/product_24546729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-assorted-colors-st12940-24/product_24545381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-12-x-12-monthly-wall-calendar-31995/product_24561044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-black-fwb14blkhi/product_24590473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-florence-faux-leather-tote-bag-black-florlrt-01/product_24590469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-tan-zfb14tanhighline/product_24590477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-florence-faux-leather-tote-bag-burgundy-florlrt-02/product_24590475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/francine-collection-wheels-up-laptop-backpack-black-bkbudgrl-sm/product_24590471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-aspire-to-inspire-12-x-12-monthly-wall-calendar-teal-white-32183/product_24561082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-vented-rectangular-trash-can-waste-receptacle-23-gallons-gray-fg354060gray/product_705138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-astronomy-12-x-12-monthly-wall-calendar-32190/product_24561041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fredrix-pro-series-archival-canvas-board-9-in-x-12-in-each/product_1717637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-spacesaver-square-container-lid-white-10-1-2-w-x-11-1-3-d/product_962296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-stacking-recycle-bin-rectangular-polyethylene-18-gallon-blue/product_815627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bad-dad-jokes-12-x-12-monthly-wall-calendar-32275/product_24561036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-32-in-pack-of-20/product_1717555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd21206bl00/product_851609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-24-x-24-canvas-art-ali1063-c2424gg/product_2078831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beach-17-x-12-monthly-desk-pad-calendar-yellow-blue-38994/product_24561005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25306gr00/product_851612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fresh-avocados-5-pack-900-00133/product_24357413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tandem-bucket-side-press-wringer-31-qt-7-75-gal-yellow-fg738000yel/product_756063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fresh-premium-seedless-oranges-8-lbs-11025/product_24322165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-boxers-6-x-5-5-daily-day-to-day-calendar-multicolor-36228/product_24575145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-lid-black-plastic-23-gal-fg268988bla/product_540591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-air-2-0-passive-air-freshening-system-cucumber-melon-6-box-eaf02/product_2799734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-gray-resin-23-gal-fg356988gray/product_540575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-butterflies-12-x-12-monthly-wall-calendar-32756/product_24585560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-trash-can-w-no-lid-gray-resin-22-gal-fg354600gray/product_756777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-large-plastic-swing-lid-for-35-gallon-trash-cans-gray-fg266400gray/product_756771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-plastic-square-wastebasket-trash-can-23-gallons-black-fg356988bla/product_975732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fresh-products-para-urinal-screen-w-deodorizer-block-cherry-fragrance-12-box-frs12uspb/product_24543416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-14-x-19-ali0740-c1419gg/product_1729476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-18-x-24-ali0740-c1824gg/product_1729209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-11-x-14-ali0741-w1114mf/product_1732309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-crusoe-the-celebrity-dachshund-6-x-5-5-daily-day-to-day-calendar-multicolor-36280/product_24575017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-16-x-20-ali0741-b1620mf/product_1732314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-26-quart-yellow-fg748000yel/product_24357757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-down-press-bucket-and-wringer-35-quart-yellow-fg757788yel/product_24357759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-11-x-14-ali0742-b1114mf/product_1732306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-35-quart-yellow-fg758088yel/product_24366885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-16-x-20-ali0742-b1620mf/product_1732304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-gettin-squirrelly-12-x-12-monthly-wall-calendar-33647x/product_24561091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-german-shepherds-6-x-5-5-daily-day-to-day-calendar-multicolor-36334/product_24575035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-4-75-qt-1-200-watt-retro-stand-mixer-red-estm020-red/product_24542680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-35-x-47-ali0742-c3547gg/product_1732300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-grateful-thankful-blessed-12-x-12-monthly-wall-calendar-blue-yellow-33760/product_24561089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rue-21-gift-card-50/product_2723025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-4-75-qt-1-200-watt-retro-stand-mixer-white-estm020-white/product_24542640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-14-x-19-ali0743-c1419gg/product_1729475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ruffles-oven-baked-cheddar-sour-cream-potato-chips-1-13-oz-bags-64-bags-carton-44400/product_148130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-6-000-btu-window-air-conditioner-with-remote-white-fhwc063tb1/product_24601117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-24-x-32-ali0743-c2432gg/product_1727362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-incandescent-desk-lamp-17-black-gold-erp1207st/product_24528707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-10-9-black-erp1200st/product_24528708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-efr115-b-purple-com-1-6-cubic-ft-50-watt-compact-refrigerator/product_24542665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-7-white-erp1206st/product_24528705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-14-x-19-ali0744-c1419gg/product_1729466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-efmis155-4-4-cubic-ft-126-can-compact-refrigerator/product_24542630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-72-black-gold-matte-erp46st-blk-gld/product_24477000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-inspirations-12-x-12-monthly-wall-calendar-34057/product_24585572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-italy-12-x-12-monthly-wall-calendar-34095/product_24561007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-17-67-glossy-white-erp11st/product_24463561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-14-x-19-ali0745-c1419gg/product_1732293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-efmis567-12-68-qt-18-can-4-wine-bottle-beverage-fridge-with-temperature-control/product_24542622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-lightning-power-bank-for-apple-smartphones-2500mah-leopard-rc25-l-g2-leop/product_24466303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-35-x-47-ali0745-c3547gg/product_1732290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-11-x-14-ali0746-w1114mf/product_1729347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-lighthouses-12-x-12-monthly-wall-calendar-34279/product_24561094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-most-smartphones-2500mah-blue-rc25-m-g2-blue/product_24466322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-magnets-multicolor-304186/product_2675837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-air-2-0-passive-air-freshening-system-cucumber-melon-6-box-eaf02/product_2799734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-lighthouses-12-x-12-monthly-wall-calendar-34279/product_24585561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-gray-resin-23-gal-fg356988gray/product_540575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-butterflies-12-x-12-monthly-wall-calendar-32756/product_24585560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-trash-can-w-no-lid-gray-resin-22-gal-fg354600gray/product_756777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-large-plastic-swing-lid-for-35-gallon-trash-cans-gray-fg266400gray/product_756771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-most-smartphones-2500mah-wood-rc25-m-g2-wood/product_24466315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-plastic-square-wastebasket-trash-can-23-gallons-black-fg356988bla/product_975732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fresh-products-para-urinal-screen-w-deodorizer-block-cherry-fragrance-12-box-frs12uspb/product_24543416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-14-x-19-ali0740-c1419gg/product_1729476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-18-x-24-ali0740-c1824gg/product_1729209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-11-x-14-ali0741-w1114mf/product_1732309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-android-smartphones-2500mah-pink-rc25-c-g2-pink/product_24466305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-crusoe-the-celebrity-dachshund-6-x-5-5-daily-day-to-day-calendar-multicolor-36280/product_24575017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-16-x-20-ali0741-b1620mf/product_1732314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-26-quart-yellow-fg748000yel/product_24357757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-down-press-bucket-and-wringer-35-quart-yellow-fg757788yel/product_24357759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-11-x-14-ali0742-b1114mf/product_1732306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-35-quart-yellow-fg758088yel/product_24366885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-16-x-20-ali0742-b1620mf/product_1732304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-gettin-squirrelly-12-x-12-monthly-wall-calendar-33647x/product_24561091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-german-shepherds-6-x-5-5-daily-day-to-day-calendar-multicolor-36334/product_24575035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-4-75-qt-1-200-watt-retro-stand-mixer-red-estm020-red/product_24542680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-35-x-47-ali0742-c3547gg/product_1732300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-grateful-thankful-blessed-12-x-12-monthly-wall-calendar-blue-yellow-33760/product_24561089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rue-21-gift-card-50/product_2723025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-4-75-qt-1-200-watt-retro-stand-mixer-white-estm020-white/product_24542640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-14-x-19-ali0743-c1419gg/product_1729475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-6-000-btu-window-air-conditioner-with-remote-white-fhwc063tb1/product_24601117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ruffles-oven-baked-cheddar-sour-cream-potato-chips-1-13-oz-bags-64-bags-carton-44400/product_148130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-24-x-32-ali0743-c2432gg/product_1727362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-incandescent-desk-lamp-17-black-gold-erp1207st/product_24528707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-10-9-black-erp1200st/product_24528708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-efr115-b-purple-com-1-6-cubic-ft-50-watt-compact-refrigerator/product_24542665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-7-white-erp1206st/product_24528705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-14-x-19-ali0744-c1419gg/product_1729466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-efmis155-4-4-cubic-ft-126-can-compact-refrigerator/product_24542630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-72-black-gold-matte-erp46st-blk-gld/product_24477000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-inspirations-12-x-12-monthly-wall-calendar-34057/product_24585572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-italy-12-x-12-monthly-wall-calendar-34095/product_24561007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-17-67-glossy-white-erp11st/product_24463561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-14-x-19-ali0745-c1419gg/product_1732293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-efmis567-12-68-qt-18-can-4-wine-bottle-beverage-fridge-with-temperature-control/product_24542622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-lightning-power-bank-for-apple-smartphones-2500mah-leopard-rc25-l-g2-leop/product_24466303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-35-x-47-ali0745-c3547gg/product_1732290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-11-x-14-ali0746-w1114mf/product_1729347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-lighthouses-12-x-12-monthly-wall-calendar-34279/product_24561094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-most-smartphones-2500mah-blue-rc25-m-g2-blue/product_24466322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-magnets-multicolor-304186/product_2675837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-lighthouses-12-x-12-monthly-wall-calendar-34279/product_24585561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-most-smartphones-2500mah-wood-rc25-m-g2-wood/product_24466315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-android-smartphones-2500mah-pink-rc25-c-g2-pink/product_24466305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-studio-ceramic-mug-12-oz-white-gold-421011/product_24474032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-android-smartphones-2500mah-usa-rc25-c-g2-usa/product_24466321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-studio-decorative-glass-magnet-set-4-72-x-4-41-x-0-98-multicolor-6-box-309504/product_24377728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-moons-12-x-12-monthly-wall-calendar-34514x/product_24561062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-studio-graphic-dog-lover-magnets-4-45-x-4-61-x-1-multicolor-6-box-304187/product_24231623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-studio-rose-paper-journal-7-88-x-9-75-blush-977115/product_24319558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-16-x-20-ali0747-b1620mf/product_1727940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-take-note-notepad-4-x-6-multicolor-floral-100-sheets-pad-1-pad-pack-887201/product_24377727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-24-x-32-ali0747-c2432gg/product_1727359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-trident-lightning-micro-usb-usb-c-power-bank-for-most-devices-4000mah-rose-tr-rc40-g1-rose/product_24466301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-brodie-s-leap-from-the-brooklyn-bridge-canvas-art-16x32-inches/product_244979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-adg-7-x-7-monthly-wall-calendar-36877/product_24561035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frogtape-multi-surface-painter-tape-1-41-x-45-yds-green-1396747/product_343698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-18-x-18-canvas-art-ali0996-c1818gg/product_2085412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frooties-blue-raspberry-chewy-candy-28-oz-209-00086/product_184510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stick-with-me-1-by-pat-saunders-11-x-14-white-matted-silver-frame-ps016-s1114mf/product_2076439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ocean-view-7-x-7-monthly-wall-calendar-36891/product_24588683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-paris-12-x-12-monthly-wall-calendar-34811/product_24585590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-14-x-19-canvas-art/product_313444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-accessories-deluxe-bundle-black-acrylic-54250/product_24548601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-plastic-document-stand-with-lip-clear-gold-44625/product_24448341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fuel-terra-sport-bungee-backpack-midnight-camo-117870st-mnc/product_24546290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-bad-kitties-box-calendar-daily-desk-5-5-x-6-36167/product_24574954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-11-x-14-wood-frame-art/product_313457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-14-x-19-canvas-art/product_313453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-big-day-box-calendar-daily-desk-5-5-x-6-black-and-white-36204/product_24575026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-11-16654762-instant-camera-white/product_24472902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-26-x-32-canvas-art/product_313455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-35-x-47-canvas-art/product_313456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-lilac-purple-16806286/product_IM102QF53 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-note-holder-clear-62859/product_24538126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-mint-green-16806262/product_IM102QF51 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-wall-accessory-cup-clear-gold-51407/product_24538132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-16-x-20-black-frame-art/product_313460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-24-x-32-canvas-art/product_313463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-18-x-24-canvas-art/product_313462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-5-piece-desk-organizer-set-acrylic-clear-57943/product_24594233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-labs-box-calendar-daily-desk-5-5-x-6-36440/product_24575054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-brake-roller-for-fi-6400-fi-6800-fi-7800-fi-7900-scanners-pa03575-k013/product_IM16KF905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-tundra-daily-comics-box-calendar-daily-desk-5-5-x-6-36563/product_24575178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-cg90000-120001-cleaning-cloth-for-scanner/product_1682886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-11-x-14-black-frame-mt0784-b1114mf/product_2081961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-acrylic-mini-drawer-organizer-clear-98143/product_24594241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-westies-box-calendar-daily-desk-5-5-x-6-36587/product_24575036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-cell-phone-desktop-stand-clear-62857/product_24538134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-7600-pa03740-b505-desktop-scanner-black-white/product_IM19X3942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-studio-ceramic-mug-12-oz-white-gold-421011/product_24474032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-compartment-storage-clear-acrylic-31376/product_24448327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8150-duplex-image-scanner-black-pa03810-b105/product_IM104RX70 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-android-smartphones-2500mah-usa-rc25-c-g2-usa/product_24466321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-studio-decorative-glass-magnet-set-4-72-x-4-41-x-0-98-multicolor-6-box-309504/product_24377728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-moons-12-x-12-monthly-wall-calendar-34514x/product_24561062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-studio-graphic-dog-lover-magnets-4-45-x-4-61-x-1-multicolor-6-box-304187/product_24231623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-studio-rose-paper-journal-7-88-x-9-75-blush-977115/product_24319558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-16-x-20-ali0747-b1620mf/product_1727940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fringe-take-note-notepad-4-x-6-multicolor-floral-100-sheets-pad-1-pad-pack-887201/product_24377727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-24-x-32-ali0747-c2432gg/product_1727359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rush-charge-trident-lightning-micro-usb-usb-c-power-bank-for-most-devices-4000mah-rose-tr-rc40-g1-rose/product_24466301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-brodie-s-leap-from-the-brooklyn-bridge-canvas-art-16x32-inches/product_244979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-adg-7-x-7-monthly-wall-calendar-36877/product_24561035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frogtape-multi-surface-painter-tape-1-41-x-45-yds-green-1396747/product_343698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-18-x-18-canvas-art-ali0996-c1818gg/product_2085412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/frooties-blue-raspberry-chewy-candy-28-oz-209-00086/product_184510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stick-with-me-1-by-pat-saunders-11-x-14-white-matted-silver-frame-ps016-s1114mf/product_2076439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ocean-view-7-x-7-monthly-wall-calendar-36891/product_24588683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-paris-12-x-12-monthly-wall-calendar-34811/product_24585590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-accessories-deluxe-bundle-black-acrylic-54250/product_24548601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-14-x-19-canvas-art/product_313444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-plastic-document-stand-with-lip-clear-gold-44625/product_24448341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fuel-terra-sport-bungee-backpack-midnight-camo-117870st-mnc/product_24546290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-bad-kitties-box-calendar-daily-desk-5-5-x-6-36167/product_24574954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-11-x-14-wood-frame-art/product_313457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-14-x-19-canvas-art/product_313453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-big-day-box-calendar-daily-desk-5-5-x-6-black-and-white-36204/product_24575026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-11-16654762-instant-camera-white/product_24472902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-26-x-32-canvas-art/product_313455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-35-x-47-canvas-art/product_313456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-lilac-purple-16806286/product_IM102QF53 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-note-holder-clear-62859/product_24538126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-mint-green-16806262/product_IM102QF51 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-wall-accessory-cup-clear-gold-51407/product_24538132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-16-x-20-black-frame-art/product_313460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-24-x-32-canvas-art/product_313463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-18-x-24-canvas-art/product_313462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-5-piece-desk-organizer-set-acrylic-clear-57943/product_24594233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-labs-box-calendar-daily-desk-5-5-x-6-36440/product_24575054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-brake-roller-for-fi-6400-fi-6800-fi-7800-fi-7900-scanners-pa03575-k013/product_IM16KF905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-tundra-daily-comics-box-calendar-daily-desk-5-5-x-6-36563/product_24575178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-cg90000-120001-cleaning-cloth-for-scanner/product_1682886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-acrylic-mini-drawer-organizer-clear-98143/product_24594241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-11-x-14-black-frame-mt0784-b1114mf/product_2081961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-westies-box-calendar-daily-desk-5-5-x-6-36587/product_24575036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-cell-phone-desktop-stand-clear-62857/product_24538134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-7600-pa03740-b505-desktop-scanner-black-white/product_IM19X3942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8150-duplex-image-scanner-black-pa03810-b105/product_IM104RX70 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-compartment-storage-clear-acrylic-31376/product_24448327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:52:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs023-s1114mf/product_2081190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-seasons-12-x-12-monthly-wall-calendar-35276x/product_24561038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-dry-erase-magnet-clear-gold-6-pack-62856/product_24538128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03770-0015-photo-carrier-sheet-for-scansnap-ix1500-scanner-3-pack/product_IM15NQ890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sloths-12-x-12-monthly-wall-calendar-35436/product_24585616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0961-b1620mf/product_2086698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-hard-journal-5-89-x-8-33-dew-40592/product_24538131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-monitor-stand-with-drawer-clear-gold-98149/product_24594232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0519-b1114bmf/product_2082794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-today-i-learned-facts-and-daily-trivia-6-x-5-5-daily-day-to-day-calendar-multicolor-36549/product_24574754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-notepad-7-x-10-college-ruled-black-180-sheets-pad-62861/product_24538185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0519-b1114mf/product_2082793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-posy-pocket-notebook-7-5-x-9-college-ruled-98-sheets-pink-56297/product_24538182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix100-wireless-portable-scanner-black-pa03688-b005/product_IM1XR1953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0519-w1114mf/product_2082792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-14-x-19-canvas-art-mt0519-c1419gg/product_2079163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-tropical-islands-12-x-12-monthly-wall-calendar-35658/product_24561006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1400-pa03820-b235-duplex-desktop-document-scanner-black/product_24478072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1600-pa03770-b635-duplex-desktop-document-scanner-black/product_24478073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wanderlust-12-x-12-monthly-wall-calendar-35764/product_24561011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-24-x-32-canvas-art-mt0519-c2432gg/product_2078149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wanderlust-12-x-12-monthly-wall-calendar-35764/product_24585600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-standard-acrylic-calendar-whiteboard-2-x-2-44624/product_24448330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-sp-1130ne-duplex-desktop-document-scanner-black-pa03811-b035/product_24516963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-to-do-sticky-notes-4-x-6-white-charcoal-50-sheets-pad-3-pads-pack-18909/product_24469108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fun-baby-learning-games-by-sally-goldberg-phd-ages-0-2/product_24392282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-100-00-gift-card-email-delivery-1023994b10000/product_24577676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russound-single-source-speaker-selector-ss-4-2-4-pair-black/product_24443844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wonders-of-the-world-12-x-12-monthly-wall-calendar-37539/product_24561056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-11-x-14-black-frame-art/product_317643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-multipurpose-enamel-spray-glossy-black-12-oz-6-pack-1679830v/product_24552439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-purple-f101-bspu2/product_24585713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-26-x-32-canvas-art/product_317647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-apwa-alert-orange-17-oz-12-pack-203035/product_24554496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-fluorescent-green/product_712387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-3-63-x-6-13-monthly-planner-plastic-cover-charcoal-metallic-150843/product_24585025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-16-x-20-white-matted-black-frame-ma0611-b1620mf/product_2086253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-white-17-oz-12-pack-203030v/product_24552446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-white-17-oz-12-pack-203039/product_24552442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-35-x-47-canvas-art-ma0611-c3547gg/product_2080565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-18-x-24-canvas-art-ma0611-c1824gg/product_2078651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-18-x-24-canvas-art/product_501106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-11-x-14-black-frame-art/product_315098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-11-x-14-wood-frame-art/product_315104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-12-x-17-monthly-wall-calendar-pm2-28-25/product_24582773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-chocolate-sea-salt-protein-bar-1-83-oz-12-box-cgo00430/product_24374711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-coconut-chocolate-protein-bar-12-bars-box-cgo00428/product_24374714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-seasons-12-x-12-monthly-wall-calendar-35276x/product_24561038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs023-s1114mf/product_2081190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-dry-erase-magnet-clear-gold-6-pack-62856/product_24538128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-16-x-20-black-frame-art/product_315099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03770-0015-photo-carrier-sheet-for-scansnap-ix1500-scanner-3-pack/product_IM15NQ890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sloths-12-x-12-monthly-wall-calendar-35436/product_24585616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0961-b1620mf/product_2086698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-monitor-stand-with-drawer-clear-gold-98149/product_24594232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-hard-journal-5-89-x-8-33-dew-40592/product_24538131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0519-b1114bmf/product_2082794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fuse-eyewear-gunmetal-frame-clear-lens-tint/product_775918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-today-i-learned-facts-and-daily-trivia-6-x-5-5-daily-day-to-day-calendar-multicolor-36549/product_24574754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-notepad-7-x-10-college-ruled-black-180-sheets-pad-62861/product_24538185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0519-b1114mf/product_2082793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-posy-pocket-notebook-7-5-x-9-college-ruled-98-sheets-pink-56297/product_24538182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix100-wireless-portable-scanner-black-pa03688-b005/product_IM1XR1953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0519-w1114mf/product_2082792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-14-x-19-canvas-art-mt0519-c1419gg/product_2079163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-tropical-islands-12-x-12-monthly-wall-calendar-35658/product_24561006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1400-pa03820-b235-duplex-desktop-document-scanner-black/product_24478072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1600-pa03770-b635-duplex-desktop-document-scanner-black/product_24478073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wanderlust-12-x-12-monthly-wall-calendar-35764/product_24561011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-24-x-32-canvas-art-mt0519-c2432gg/product_2078149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wanderlust-12-x-12-monthly-wall-calendar-35764/product_24585600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-standard-acrylic-calendar-whiteboard-2-x-2-44624/product_24448330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fujitsu-sp-1130ne-duplex-desktop-document-scanner-black-pa03811-b035/product_24516963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russellhazel-to-do-sticky-notes-4-x-6-white-charcoal-50-sheets-pad-3-pads-pack-18909/product_24469108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fun-baby-learning-games-by-sally-goldberg-phd-ages-0-2/product_24392282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-100-00-gift-card-email-delivery-1023994b10000/product_24577676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/russound-single-source-speaker-selector-ss-4-2-4-pair-black/product_24443844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wonders-of-the-world-12-x-12-monthly-wall-calendar-37539/product_24561056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-11-x-14-black-frame-art/product_317643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-purple-f101-bspu2/product_24585713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-multipurpose-enamel-spray-glossy-black-12-oz-6-pack-1679830v/product_24552439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-26-x-32-canvas-art/product_317647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-apwa-alert-orange-17-oz-12-pack-203035/product_24554496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-fluorescent-green/product_712387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-3-63-x-6-13-monthly-planner-plastic-cover-charcoal-metallic-150843/product_24585025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-16-x-20-white-matted-black-frame-ma0611-b1620mf/product_2086253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-white-17-oz-12-pack-203030v/product_24552446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-white-17-oz-12-pack-203039/product_24552442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-35-x-47-canvas-art-ma0611-c3547gg/product_2080565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-18-x-24-canvas-art-ma0611-c1824gg/product_2078651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-11-x-14-black-frame-art/product_315098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-11-x-14-wood-frame-art/product_315104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-18-x-24-canvas-art/product_501106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-12-x-17-monthly-wall-calendar-pm2-28-25/product_24582773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-chocolate-sea-salt-protein-bar-1-83-oz-12-box-cgo00430/product_24374711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-coconut-chocolate-protein-bar-12-bars-box-cgo00428/product_24374714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-16-x-20-black-frame-art/product_315099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/fuse-eyewear-gunmetal-frame-clear-lens-tint/product_775918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-11-x-14-black-frame-art/product_314896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-30-small-broom/product_975871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-strawberry-protein-bar-1-83-oz-12-bars-box-1-93908-00580/product_24575585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-slate-blue-89701-25/product_24582792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-3-piece-travel-pillow-set-with-earplugs-and-eye-mask-gray-36002/product_24597927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/s-o-s-all-surface-scrubber-sponge-3-sponges-pack-8-packs-case-91028/product_848577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/s-pellegrino-sparkling-natural-mineral-water-11-15-fl-oz-cans-8-count-8-pack-12394227/product_24354569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-espresso-27105-espresso/product_24597933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-13-78-fabric-travel-organizer-water-resistant-black-25589/product_24597920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-24-x-32-canvas-art/product_313985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-midnight-27105-midnight/product_24597924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sabrent-10-port-desktop-smart-usb-rapid-charger-ax-tpcs/product_IM1ZK6312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-5-x-6-monthly-planner-faux-leather-cover-black-70-064-05-25/product_24583030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-xplorer-4-piece-rfid-passport-holder-set-carbon-black-26719-carbon/product_24597930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sabrent-2-1-2-3-1-2-sata-external-hard-drive-flat-docking-station-ec-dflt/product_IM1YP5932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sabrent-4-port-usb-3-0-hub-black-hb-ump3/product_IM1ZY2885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-medium-12-pr/product_177594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-16-x-20-wood-frame-art/product_312948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-xl-12-pr/product_177592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-35-x-47-canvas-art/product_312946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-red-pm26p-28-25/product_24583024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/saf-t-cart-medical-u-handle-cart-green/product_1012519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-lg-12pr/product_179942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-12-x-19-canvas-art-ks01088-c1219gg/product_2079787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-m-12pr/product_179943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-monthly-planner-refill-pages-white-gray-061-685y-25/product_24583078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-xl-12pr/product_179941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-16-compartment-literature-organizers-19-5-x-21-oak-9422mo/product_454290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-np-seamless-nylon-knit-with-polyurethane-coating-medium-white-12-pr/product_179928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunday-in-the-park-35-x-47-canvas-art/product_314067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-5-x-7-5-monthly-wall-calendar-white-purple-pm5-28-25/product_24582770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-75-x-3-75-weekly-planner-refill-white-gray-063-285y-25/product_24583013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-nylon-polyurethane-gloves-black-dozen-33-b125-xl/product_179498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-calendar-refill-pages-white-e717-50-25/product_24583031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-calendar-refill-white-black-e717t-50-25/product_24582722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-16-x-20-black-frame-art/product_317666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-desk-calendar-refill-white-black-e017-50-25/product_24582758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-polyurethane-coated-gloves-gray-dozen-33-g125-m/product_179922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-npg-seamless-knit-work-gloves-nylon-with-polyurethane-coating-extra-large-gray-12-pairs/product_179920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-16-x-16-black-matted-wood-frame-sg5734-w1616bmf/product_2080324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-11-2-person-daily-appointment-book-faux-leather-cover-black-70-222-05-25/product_24583066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-24-x-24-canvas-art-sg5731-c2424gg/product_2078531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-11-x-14-black-frame-art/product_314896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-30-small-broom/product_975871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gain-fabric-softener-original-136-loads-100-fl-oz-10089/product_24577427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-strawberry-protein-bar-1-83-oz-12-bars-box-1-93908-00580/product_24575585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-kitchen-cart-with-lockable-wheels-black-8964bl/product_599669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-espresso-27105-espresso/product_24597933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-13-78-fabric-travel-organizer-water-resistant-black-25589/product_24597920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-3-piece-travel-pillow-set-with-earplugs-and-eye-mask-gray-36002/product_24597927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/s-pellegrino-sparkling-natural-mineral-water-11-15-fl-oz-cans-8-count-8-pack-12394227/product_24354569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-slate-blue-89701-25/product_24582792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/s-o-s-all-surface-scrubber-sponge-3-sponges-pack-8-packs-case-91028/product_848577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-24-x-32-canvas-art/product_313985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-midnight-27105-midnight/product_24597924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sabrent-10-port-desktop-smart-usb-rapid-charger-ax-tpcs/product_IM1ZK6312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-5-x-6-monthly-planner-faux-leather-cover-black-70-064-05-25/product_24583030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-force-xplorer-4-piece-rfid-passport-holder-set-carbon-black-26719-carbon/product_24597930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sabrent-2-1-2-3-1-2-sata-external-hard-drive-flat-docking-station-ec-dflt/product_IM1YP5932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sabrent-4-port-usb-3-0-hub-black-hb-ump3/product_IM1ZY2885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-xl-12-pr/product_177592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-medium-12-pr/product_177594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-16-x-20-wood-frame-art/product_312948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-35-x-47-canvas-art/product_312946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/saf-t-cart-medical-u-handle-cart-green/product_1012519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-red-pm26p-28-25/product_24583024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-lg-12pr/product_179942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-12-x-19-canvas-art-ks01088-c1219gg/product_2079787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-m-12pr/product_179943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-5-5-x-8-5-monthly-planner-refill-pages-white-gray-061-685y-25/product_24583078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-xl-12pr/product_179941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-np-seamless-nylon-knit-with-polyurethane-coating-medium-white-12-pr/product_179928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-16-compartment-literature-organizers-19-5-x-21-oak-9422mo/product_454290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunday-in-the-park-35-x-47-canvas-art/product_314067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-5-x-7-5-monthly-wall-calendar-white-purple-pm5-28-25/product_24582770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-calendar-refill-white-black-e717t-50-25/product_24582722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-nylon-polyurethane-gloves-black-dozen-33-b125-xl/product_179498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-16-x-20-black-frame-art/product_317666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-75-x-3-75-weekly-planner-refill-white-gray-063-285y-25/product_24583013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-calendar-refill-pages-white-e717-50-25/product_24583031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-desk-calendar-refill-white-black-e017-50-25/product_24582758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-polyurethane-coated-gloves-gray-dozen-33-g125-m/product_179922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/g-tek-npg-seamless-knit-work-gloves-nylon-with-polyurethane-coating-extra-large-gray-12-pairs/product_179920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-16-x-16-black-matted-wood-frame-sg5734-w1616bmf/product_2080324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-11-2-person-daily-appointment-book-faux-leather-cover-black-70-222-05-25/product_24583066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-24-x-24-canvas-art-sg5731-c2424gg/product_2078531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gain-fabric-softener-original-136-loads-100-fl-oz-10089/product_24577427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-kitchen-cart-with-lockable-wheels-black-8964bl/product_599669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-by-michael-harrison-16-x-16-white-matted-silver-frame-ali0294-s1616mf/product_2084365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-10-monthly-planner-faux-leather-cover-black-70-130-05-25/product_24582765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-11-x-14-black-matted-wood-frame-sg5737-w1114bmf/product_2080941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-machine-stand-with-lockable-wheels-black-1876bl/product_733208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-11-x-14-white-matted-black-frame-sg5737-b1114mf/product_2080942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-11-x-14-white-matted-wood-frame-sg5737-w1114mf/product_2080914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-red-70-250-13-25/product_24582784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gallopade-careers-curriculum-essential-skills-for-the-real-world-of-work-galccpcaress/product_23998952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-32-compartment-wood-compartment-storage-gray-9494gr/product_148156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-33-nesting-desk-dry-ease-1226de/product_24486087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gallopade-our-black-heritage-coloring-book-pack-of-12-galbjccol-12/product_24568845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-badge-floral-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1722f-905-25/product_24582823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-22-x-32-canvas-art-sg5737-c2232gg/product_2077119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-11-x-14-white-matted-black-frame-ks01100-b1114mf/product_2082176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-32-25-x-38-medium-oak-7121mo/product_490368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gamewright-gopop-sensory-toy-3-10-years-2285/product_24479619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-39-25-x-24-medium-oak-9424mo/product_396048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-mail-sorters-33-75-x-32-75-black-7766bl/product_931308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-faux-leather-cover-charcoal-70-950x-45-25/product_24582733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-three-drawer-base-cabinet-mahogany-slate-1703mh/product_1671884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-two-doors-one-drawer-one-adjustable-shelf-base-cabinet-asian-night-black-1701an/product_1671892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-3-5-x-6-monthly-planner-poly-cover-black-sk53-00-25/product_24583077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gap-options-gift-card-200-email-delivery/product_1204223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-waste-management-base-cabinet-asian-night-black-1707an/product_1671875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-11-x-14-wood-frame-art/product_317169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-4323-steel-base-black/product_147983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gap-options-gift-card-50-email-delivery/product_970597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-16-x-20-wood-frame-art/product_317170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-22-x-32-canvas-art/product_317167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-monthly-planner-poly-cover-gray-gc200-07-25/product_24583071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-48-h-modular-break-room-appliance-hutch-asian-night-black-1706an/product_1671880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gardner-bender-12-heavy-duty-cable-ties-uv-black-100-carton-623-46-412uvb/product_1012574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-by-pierre-leclerc-3-3-x-4-8-multi-panel-art-set-pl0070-p5-set/product_2080395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrise-walking-by-beata-czyzowska-young-3-6-x-2-6-multi-panel-art-set-bc0148-p5-set/product_2080267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-4899-giant-stack-tray-42-x-30/product_148312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-75-weekly-planner-faux-leather-cover-black-g590-00-25/product_24583009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garland-manufacturing-split-head-hammers-size-3-split-head-rawhide-hammer/product_703651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-5-x-11-monthly-planner-poly-cover-gray-gc470-07-25/product_24583065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-5-drawer-steel-flat-file-cabinet-30-x-42-documents-black-4996blr/product_1965800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-35-x-47-canvas-art/product_34128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-weekly-appointment-book-faux-leather-cover-black-g520-00-25/product_24583003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garmin-010-01858-02-d-zl-580-lmt-s-5-in-gps-navigator-with-bluetooth-free-lifetime-maps-traffic-updates-black/product_24526078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-6-shelf-particle-board-mobile-file-cart-with-swivel-wheels-black-5390bl/product_517735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-faux-leather-cover-black-g545-00-25/product_24582756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-16-x-16-white-matted-black-frame-ali1082-b1616mf/product_2084281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-faux-leather-cover-black-g546-00-25/product_24583004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-72-h-steel-storage-cabinet-gray/product_76724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-by-michael-harrison-16-x-16-white-matted-silver-frame-ali0294-s1616mf/product_2084365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-35-x-35-canvas-art-ali1082-c3535gg/product_2079977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-10-monthly-planner-faux-leather-cover-black-70-130-05-25/product_24582765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-machine-stand-with-lockable-wheels-black-1876bl/product_733208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-ettavee-5-5-x-8-5-daily-monthly-planner-refill-multicolor-ev81-125-25/product_24583042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-11-x-14-black-matted-wood-frame-sg5737-w1114bmf/product_2080941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-21-75-x-17-monthly-desk-pad-calendar-green-white-ht1500-25/product_24582801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-red-70-250-13-25/product_24582784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-11-x-14-white-matted-black-frame-sg5737-b1114mf/product_2080942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-11-x-14-white-matted-wood-frame-sg5737-w1114mf/product_2080914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gallopade-careers-curriculum-essential-skills-for-the-real-world-of-work-galccpcaress/product_23998952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-33-nesting-desk-dry-ease-1226de/product_24486087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-32-compartment-wood-compartment-storage-gray-9494gr/product_148156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gallopade-our-black-heritage-coloring-book-pack-of-12-galbjccol-12/product_24568845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-badge-floral-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1722f-905-25/product_24582823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-22-x-32-canvas-art-sg5737-c2232gg/product_2077119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-11-x-14-white-matted-black-frame-ks01100-b1114mf/product_2082176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-32-25-x-38-medium-oak-7121mo/product_490368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gamewright-gopop-sensory-toy-3-10-years-2285/product_24479619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-3-5-x-6-monthly-planner-poly-cover-black-sk53-00-25/product_24583077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-two-doors-one-drawer-one-adjustable-shelf-base-cabinet-asian-night-black-1701an/product_1671892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-three-drawer-base-cabinet-mahogany-slate-1703mh/product_1671884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-faux-leather-cover-charcoal-70-950x-45-25/product_24582733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-mail-sorters-33-75-x-32-75-black-7766bl/product_931308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-39-25-x-24-medium-oak-9424mo/product_396048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gap-options-gift-card-200-email-delivery/product_1204223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-36-h-modular-break-room-waste-management-base-cabinet-asian-night-black-1707an/product_1671875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gap-options-gift-card-50-email-delivery/product_970597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-4323-steel-base-black/product_147983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-11-x-14-wood-frame-art/product_317169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-16-x-20-wood-frame-art/product_317170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-22-x-32-canvas-art/product_317167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-48-h-modular-break-room-appliance-hutch-asian-night-black-1706an/product_1671880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-monthly-planner-poly-cover-gray-gc200-07-25/product_24583071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-by-pierre-leclerc-3-3-x-4-8-multi-panel-art-set-pl0070-p5-set/product_2080395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gardner-bender-12-heavy-duty-cable-ties-uv-black-100-carton-623-46-412uvb/product_1012574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrise-walking-by-beata-czyzowska-young-3-6-x-2-6-multi-panel-art-set-bc0148-p5-set/product_2080267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-4899-giant-stack-tray-42-x-30/product_148312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garland-manufacturing-split-head-hammers-size-3-split-head-rawhide-hammer/product_703651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-75-weekly-planner-faux-leather-cover-black-g590-00-25/product_24583009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-5-x-11-monthly-planner-poly-cover-gray-gc470-07-25/product_24583065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-5-drawer-steel-flat-file-cabinet-30-x-42-documents-black-4996blr/product_1965800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-35-x-47-canvas-art/product_34128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-faux-leather-cover-black-g546-00-25/product_24583004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-weekly-appointment-book-faux-leather-cover-black-g520-00-25/product_24583003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-6-shelf-particle-board-mobile-file-cart-with-swivel-wheels-black-5390bl/product_517735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-72-h-steel-storage-cabinet-gray/product_76724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-16-x-16-white-matted-black-frame-ali1082-b1616mf/product_2084281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garmin-010-01858-02-d-zl-580-lmt-s-5-in-gps-navigator-with-bluetooth-free-lifetime-maps-traffic-updates-black/product_24526078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-faux-leather-cover-black-g545-00-25/product_24582756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-35-x-35-canvas-art-ali1082-c3535gg/product_2079977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-ettavee-5-5-x-8-5-daily-monthly-planner-refill-multicolor-ev81-125-25/product_24583042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-21-75-x-17-monthly-desk-pad-calendar-green-white-ht1500-25/product_24582801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-8-75-x-6-5-weekly-monthly-appointment-book-refill-white-black-70-908-10-25/product_24582718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-financial-6-x-3-5-daily-desk-pad-calendar-refill-white-black-s170-50-25/product_24582776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-celebration-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garmin-dash-cam-47-140-field-of-view-1080p-full-hd-010-02505-00/product_24543218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-a-v-microform-storage-cabinet-light-gray-4935lg/product_505791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-11-x-14-white-matted-black-frame-ma0613-b1114mf/product_2082135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-8-5-x-5-5-daily-monthly-planner-refill-multicolor-kd81-125-25/product_24583001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-8932-3-shelf-metal-mobile-a-v-cart-with-lockable-wheels-black-8932bl/product_148054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garmin-etrex-32x-rugged-handheld-gps-with-compass-and-barometric-altimeter-010-02257-00/product_24440105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-120-w-boat-shaped-conference-table-mocha-actb10ldc/product_842551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-144-w-boat-shaped-table-mocha-actb12ldc/product_842464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-16-x-20-white-matted-black-frame-ma0613-b1620mf/product_2086246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-5-x-7-border-invitations-ivory-gold-25-pack/product_267088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-landscape-12-x-12-monthly-wall-calendar-88200-25/product_24582687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-blue-6-pack-35005/product_487917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-red-6-pack-60894/product_816104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-15-x-12-monthly-wall-calendar-pm0212-28-25/product_24582700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-96-w-boat-shaped-table-mocha-actb8ldc/product_842599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-in-paris-and-new-york-by-philippe-hugonnard-14-x-19-canvas-art-ph0114-c1419gg/product_2081511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-in-paris-and-new-york-by-philippe-hugonnard-24-x-32-canvas-art-ph0114-c2432gg/product_2081152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-8-25-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-76-950-05-25/product_24582736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-glass-display-cabinet-mocha-2-shelf-39-1-4-h/product_390480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-adjustable-speaker-stands-mahogany-8921mh/product_758542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-8-x-11-weekly-monthly-planner-faux-leather-cover-black-760352-05-25/product_24582822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-active-alphabetter-mdf-backless-stool-black-1205bl/product_829706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-21-75-x-17-monthly-desk-calendar-green-black-sk32g-00-25/product_24582755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-alday-nylon-task-chair-black-3391bv/product_84004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-kraft-printable-placecards-8-1-2-x-11-48-count/product_2465627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-scenic-12-x-27-three-month-wall-calendar-dmw503-28-25/product_24582704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-personal-thank-you-notecard-kit-white-pearl-50-pack-61506/product_519590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-14-x-19-canvas-art/product_313469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1208de/product_24430981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-16-x-20-black-frame-art/product_313468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-personal-thank-you-notecards-kraft-white-50-pack-83642/product_1966003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1223de/product_24488067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-collection-8-5-x-11-weekly-monthly-planner-faux-leather-cover-brown-yp905-09-25/product_24582743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-pink-flower-matte-thank-you-notecard-beige-pink-50-pack-81383/product_816105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-scroll-stationery-70462/product_28943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-16-x-20-black-frame-art/product_313476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-8-5-x-5-5-monthly-planner-refill-multicolor-el100-4211-25/product_24583002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-18-x-32-canvas-art/product_313479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-greenbriar-floral-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor/product_24582735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-smooth-personal-invitations-kit-white-100-pack-76038/product_648213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-8-75-x-6-5-weekly-monthly-appointment-book-refill-white-black-70-908-10-25/product_24582718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-financial-6-x-3-5-daily-desk-pad-calendar-refill-white-black-s170-50-25/product_24582776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-celebration-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0744-w1114bmf/product_2081563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garmin-dash-cam-47-140-field-of-view-1080p-full-hd-010-02505-00/product_24543218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-a-v-microform-storage-cabinet-light-gray-4935lg/product_505791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-11-x-14-white-matted-black-frame-ma0613-b1114mf/product_2082135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-8-5-x-5-5-daily-monthly-planner-refill-multicolor-kd81-125-25/product_24583001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-8932-3-shelf-metal-mobile-a-v-cart-with-lockable-wheels-black-8932bl/product_148054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garmin-etrex-32x-rugged-handheld-gps-with-compass-and-barometric-altimeter-010-02257-00/product_24440105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-120-w-boat-shaped-conference-table-mocha-actb10ldc/product_842551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-144-w-boat-shaped-table-mocha-actb12ldc/product_842464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-5-x-7-border-invitations-ivory-gold-25-pack/product_267088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-16-x-20-white-matted-black-frame-ma0613-b1620mf/product_2086246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-landscape-12-x-12-monthly-wall-calendar-88200-25/product_24582687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-blue-6-pack-35005/product_487917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-15-x-12-monthly-wall-calendar-pm0212-28-25/product_24582700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-red-6-pack-60894/product_816104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-in-paris-and-new-york-by-philippe-hugonnard-14-x-19-canvas-art-ph0114-c1419gg/product_2081511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-in-paris-and-new-york-by-philippe-hugonnard-24-x-32-canvas-art-ph0114-c2432gg/product_2081152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-96-w-boat-shaped-table-mocha-actb8ldc/product_842599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-8-25-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-76-950-05-25/product_24582736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-21-75-x-17-monthly-desk-calendar-green-black-sk32g-00-25/product_24582755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-active-alphabetter-mdf-backless-stool-black-1205bl/product_829706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-8-x-11-weekly-monthly-planner-faux-leather-cover-black-760352-05-25/product_24582822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-adjustable-speaker-stands-mahogany-8921mh/product_758542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-glass-display-cabinet-mocha-2-shelf-39-1-4-h/product_390480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-alday-nylon-task-chair-black-3391bv/product_84004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-scenic-12-x-27-three-month-wall-calendar-dmw503-28-25/product_24582704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-14-x-19-canvas-art/product_313469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-kraft-printable-placecards-8-1-2-x-11-48-count/product_2465627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1208de/product_24430981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-personal-thank-you-notecard-kit-white-pearl-50-pack-61506/product_519590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-16-x-20-black-frame-art/product_313468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1223de/product_24488067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-matte-personal-thank-you-notecards-kraft-white-50-pack-83642/product_1966003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-collection-8-5-x-11-weekly-monthly-planner-faux-leather-cover-brown-yp905-09-25/product_24582743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-scroll-stationery-70462/product_28943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-pink-flower-matte-thank-you-notecard-beige-pink-50-pack-81383/product_816105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-16-x-20-black-frame-art/product_313476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-8-5-x-5-5-monthly-planner-refill-multicolor-el100-4211-25/product_24583002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-18-x-32-canvas-art/product_313479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-greenbriar-floral-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor/product_24582735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gartner-studios-smooth-personal-invitations-kit-white-100-pack-76038/product_648213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0744-w1114bmf/product_2081563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-1-fine-tagging-fasteners-5000-pack-tags-43101/product_1670205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0744-b1620bmf/product_2077105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-9-5-x-12-daily-wall-calendar-white-black-k4-00-25/product_24582808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-adder-legal-pebble-gray-arcb30827a/product_373134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-adder-letter-black-arcb24827a/product_373133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0962-b1620mf/product_2086695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-letter-pebble-gray-arcb24827s/product_373123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-2-line-label-roll-red-1000-labels-roll-3-rolls-pack-098619/product_24516208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-legal-black-arcb30827s/product_373126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-wallmates-24-x-18-yearly-dry-erase-wall-calendar-white-gray-aw5060-28-25/product_24582691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-zenscapes-5-5-x-8-5-daily-monthly-planner-refill-multicolor-281-225-25/product_24582994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:48 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-18-x-24-canvas-art-ali0962-c1824gg/product_2079987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-daily-monthly-planner-plastic-cover-solid-black-148362/product_24585017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-2216-labeler-8-line-red-098611/product_24516198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-black-148403/product_24585020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweeping-north-coast-sunset-by-kurt-shaffer-16x20-frm-art-blk-mtd-ks0149-b1620bmf/product_1552585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-7-x-9-monthly-planner-plastic-cover-black-150855/product_24585032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-150540/product_24584880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-at-your-disposal-outdoor-trash-can-with-lid-black-hdpe-38-gal-9790bl/product_815567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-7-x-9-weekly-monthly-appointment-book-plastic-cover-navy-150847/product_24585041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-fluorescent-red-19-mm-x-37-mm-4000-labels-sleeve-gx3719/product_1670116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-white-12-mm-x-22-mm-11-000-labels-sleeve-gx2212/product_1670190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-fine-needles-for-fine-tag-attachers-white-5-pack-tags-44001/product_1670091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-closed-base-flat-file-cabinet-black-4995blr/product_1965782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-coat-tree-black-metal-4163bl/product_485811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-30-x-47-canvas-art/product_493762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-coat-tree-black-metal-4168bl/product_485816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-22-labeler-1-line-7-characters-22mm-x-12mm-g2212-07002/product_1670161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-11-x-8-75-monthly-wall-calendar-white-black-100028-25/product_24589839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amitza-blue-15-x-12-monthly-wall-calendar-blue-white-148772-25/product_24589857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-16-x-20-wood-frame-art/product_312674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-5-x-11-weekly-monthly-planner-plastic-cover-white-black-100001-25/product_24589864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amitza-blue-5-x-8-weekly-monthly-planner-plastic-cover-blue-white-148766-25/product_24589886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-heavy-duty-single-edge-cutter-blade-for-jiffi-cutter-and-window-scraper-silver-100-pack-cut-40474/product_1670104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-5-x-8-weekly-monthly-planner-plastic-cover-white-black-100003-25/product_24589798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-commercial-4-shelf-wire-stand-alone-36-black-5276bl/product_463728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-label-remover-blue-5-pack-091455/product_1145381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-andreo-8-5-x-11-weekly-monthly-planner-paperboard-cover-blue-yellow-137948-25/product_24589870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0520-b1620mf/product_2083428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-commercial-6-shelf-powder-coated-steel-stand-alone-36-gray-6270/product_889847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0520-b1620bmf/product_2083429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-labels-for-the-monarch-1136-2-line-labeler-white-1750-labels-roll-2-rolls-pack-098614/product_24516205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-baccara-dark-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-110212-25/product_24589878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0520-w1620mf/product_2083427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0619-c1219gg/product_2079726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0619-c1624gg/product_2078034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-my-turn-ticket-rolls-green-tags-12005/product_1670033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-1-fine-tagging-fasteners-5000-pack-tags-43101/product_1670205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0744-b1620bmf/product_2077105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-cocorrina-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143696-25/product_24589892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-9-5-x-12-daily-wall-calendar-white-black-k4-00-25/product_24582808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-adder-legal-pebble-gray-arcb30827a/product_373134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-20-compartment-sorting-rack-57-5-x-14-25-gray-7751gr/product_148405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-adder-letter-black-arcb24827a/product_373133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0962-b1620mf/product_2086695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-letter-pebble-gray-arcb24827s/product_373123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-legal-black-arcb30827s/product_373126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-2-line-label-roll-red-1000-labels-roll-3-rolls-pack-098619/product_24516208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-wallmates-24-x-18-yearly-dry-erase-wall-calendar-white-gray-aw5060-28-25/product_24582691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-zenscapes-5-5-x-8-5-daily-monthly-planner-refill-multicolor-281-225-25/product_24582994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-18-x-24-canvas-art-ali0962-c1824gg/product_2079987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-daily-monthly-planner-plastic-cover-solid-black-148362/product_24585017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-black-148403/product_24585020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-2216-labeler-8-line-red-098611/product_24516198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweeping-north-coast-sunset-by-kurt-shaffer-16x20-frm-art-blk-mtd-ks0149-b1620bmf/product_1552585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-7-x-9-monthly-planner-plastic-cover-black-150855/product_24585032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-150540/product_24584880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-at-your-disposal-outdoor-trash-can-with-lid-black-hdpe-38-gal-9790bl/product_815567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-7-x-9-weekly-monthly-appointment-book-plastic-cover-navy-150847/product_24585041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-fluorescent-red-19-mm-x-37-mm-4000-labels-sleeve-gx3719/product_1670116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-white-12-mm-x-22-mm-11-000-labels-sleeve-gx2212/product_1670190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-fine-needles-for-fine-tag-attachers-white-5-pack-tags-44001/product_1670091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-closed-base-flat-file-cabinet-black-4995blr/product_1965782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-coat-tree-black-metal-4163bl/product_485811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-30-x-47-canvas-art/product_493762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-coat-tree-black-metal-4168bl/product_485816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-22-labeler-1-line-7-characters-22mm-x-12mm-g2212-07002/product_1670161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-11-x-8-75-monthly-wall-calendar-white-black-100028-25/product_24589839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amitza-blue-15-x-12-monthly-wall-calendar-blue-white-148772-25/product_24589857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-16-x-20-wood-frame-art/product_312674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-5-x-11-weekly-monthly-planner-plastic-cover-white-black-100001-25/product_24589864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amitza-blue-5-x-8-weekly-monthly-planner-plastic-cover-blue-white-148766-25/product_24589886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-heavy-duty-single-edge-cutter-blade-for-jiffi-cutter-and-window-scraper-silver-100-pack-cut-40474/product_1670104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-5-x-8-weekly-monthly-planner-plastic-cover-white-black-100003-25/product_24589798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-commercial-4-shelf-wire-stand-alone-36-black-5276bl/product_463728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0520-b1620bmf/product_2083429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-commercial-6-shelf-powder-coated-steel-stand-alone-36-gray-6270/product_889847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0520-b1620mf/product_2083428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-andreo-8-5-x-11-weekly-monthly-planner-paperboard-cover-blue-yellow-137948-25/product_24589870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-label-remover-blue-5-pack-091455/product_1145381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-labels-for-the-monarch-1136-2-line-labeler-white-1750-labels-roll-2-rolls-pack-098614/product_24516205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-baccara-dark-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-110212-25/product_24589878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0520-w1620mf/product_2083427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0619-c1624gg/product_2078034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-my-turn-ticket-rolls-green-tags-12005/product_1670033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0619-c1219gg/product_2079726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-cocorrina-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143696-25/product_24589892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-20-compartment-sorting-rack-57-5-x-14-25-gray-7751gr/product_148405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-meadow-22-x-17-monthly-desk-pad-calendar-148689-25/product_24589812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-plastic-flexi-carts-2-3-cu-ft-bskt-55004/product_1670144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0631-c1219gg/product_2079714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-punch-hole-blank-labels-12-mm-x-21-mm-8000-labels-sleeve-2112-31501/product_1670074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-punch-hole-label-0-83-x-0-47-yellow-1000-labels-roll-8-rolls-sleeve-2112-31510/product_24577763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-navy-15-x-12-monthly-wall-calendar-103627-25/product_24589865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-station-base-gray-14-19-h-x-57-1-8-w-x-18-1-4-d/product_441059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0650-c1624gg/product_2080153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0650-c2232gg/product_2077358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-navy-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-103617-25/product_24589840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-rf-security-barcode-labels-3-rolls-pack-eas-40009/product_1670076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:13 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-safety-cutter-blade-silver-81-pack-cut-40472/product_1670215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-103618-25/product_24589905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0785-b1114mf/product_2081958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0785-b1620bmf/product_2086078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-rugby-stripe-5-x-8-daily-monthly-planner-plastic-cover-navy-white-103623-25/product_24589852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0785-w1620bmf/product_2086076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-rugby-stripe-8-x-10-daily-monthly-planner-plastic-cover-navy-white-142098-25/product_24589835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0785-b1620mf/product_2086077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-secret-garden-8-75-x-11-monthly-wall-calendar-148632-25/product_24589847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gascony-computer-desk-with-keyboard-tray-rustic-oak-9064070/product_2620883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-12-x-17-monthly-wall-calendar-white-gray-117373-25/product_24589901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-eastwinds-empire-30-mobile-desk-anthracite-945ant/product_634565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-tile-5-x-8-weekly-monthly-planner-plastic-cover-blue-white-101410-25/product_24589874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0846-c1624gg/product_2077925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-72-compartment-literature-organizers-37-5-x-71-gray-9241grr/product_602623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0847-c1219gg/product_2086849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-5-88-x-8-63-weekly-monthly-planner-plastic-cover-black-131793-25/product_24589882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0847-b1620bmf/product_2085895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0847-b1114mf/product_2081785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gator-skin-basketball-8-dia-orange/product_12530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-flat-file-high-base-medium-light-gray/product_278916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-8-5-x-11-weekly-monthly-planner-plastic-cover-black-111288-25/product_24589813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-rectangular-laminate-training-table-mahogany-lf2448tsrmh/product_2521277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-dressy-bunny-canvas-art-22x32-inches/product_255138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-fish-bubbles-canvas-art-24x24-inches/product_255146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-assorted-flavor-liquid-sports-drink-20-fl-oz-12-carton-qua20162/product_2837282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-fish-bubbles-canvas-art-35x35-inches/product_255147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-hadley-5-x-8-weekly-monthly-planner-plastic-cover-gray-white-150782/product_24584871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-fruit-punch-powdered-sports-drink-mix-51-oz-14-carton-qua33690/product_580062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-joselyn-11-x-8-75-monthly-wall-calendar-147480-25/product_24589867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-star-of-the-sea-canvas-art-35x35-inches/product_255172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-joselyn-22-x-17-monthly-desk-pad-calendar-102714-25/product_24589876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-glacier-freeze-sports-drink-20-oz-bottle-052000324860/product_24572531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-magenta-blooms-17-x-11-monthly-desk-pad-calendar-149057-25/product_24589833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-orange-liquid-sports-drink-20-fl-oz-24-carton-32867/product_913778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-four-post-starter-storage-shelving-letter-7-shelf-36-w-pebble-gray-efl3612767sdv/product_373148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-mimosa-22-x-17-monthly-desk-pad-calendar-yellow-white-149063-25/product_24589830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-10-drawer-steel-flat-file-for-30-x-42-documents-tropic-sand/product_278921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-meadow-22-x-17-monthly-desk-pad-calendar-148689-25/product_24589812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gb-gardener-bender-uvb-cable-ties-8-75-lb-100-bag/product_848252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-2-1-2-w-polyester-carrier-strip-for-masterfile-2/product_279243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0631-c1219gg/product_2079714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-plastic-flexi-carts-2-3-cu-ft-bskt-55004/product_1670144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-punch-hole-blank-labels-12-mm-x-21-mm-8000-labels-sleeve-2112-31501/product_1670074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-14-x-19-ali0883-c1419gg/product_1727286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-punch-hole-label-0-83-x-0-47-yellow-1000-labels-roll-8-rolls-sleeve-2112-31510/product_24577763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-navy-15-x-12-monthly-wall-calendar-103627-25/product_24589865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-station-base-gray-14-19-h-x-57-1-8-w-x-18-1-4-d/product_441059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-navy-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-103617-25/product_24589840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0650-c1624gg/product_2080153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0650-c2232gg/product_2077358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-rf-security-barcode-labels-3-rolls-pack-eas-40009/product_1670076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/garvey-safety-cutter-blade-silver-81-pack-cut-40472/product_1670215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-103618-25/product_24589905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0785-b1114mf/product_2081958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0785-w1620bmf/product_2086076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0785-b1620bmf/product_2086078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-rugby-stripe-5-x-8-daily-monthly-planner-plastic-cover-navy-white-103623-25/product_24589852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0785-b1620mf/product_2086077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-rugby-stripe-8-x-10-daily-monthly-planner-plastic-cover-navy-white-142098-25/product_24589835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-secret-garden-8-75-x-11-monthly-wall-calendar-148632-25/product_24589847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gascony-computer-desk-with-keyboard-tray-rustic-oak-9064070/product_2620883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-12-x-17-monthly-wall-calendar-white-gray-117373-25/product_24589901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-eastwinds-empire-30-mobile-desk-anthracite-945ant/product_634565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-tile-5-x-8-weekly-monthly-planner-plastic-cover-blue-white-101410-25/product_24589874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0846-c1624gg/product_2077925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-72-compartment-literature-organizers-37-5-x-71-gray-9241grr/product_602623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0847-c1219gg/product_2086849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-5-88-x-8-63-weekly-monthly-planner-plastic-cover-black-131793-25/product_24589882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0847-b1620bmf/product_2085895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0847-b1114mf/product_2081785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gator-skin-basketball-8-dia-orange/product_12530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-flat-file-high-base-medium-light-gray/product_278916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-8-5-x-11-weekly-monthly-planner-plastic-cover-black-111288-25/product_24589813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-rectangular-laminate-training-table-mahogany-lf2448tsrmh/product_2521277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-dressy-bunny-canvas-art-22x32-inches/product_255138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-fish-bubbles-canvas-art-24x24-inches/product_255146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-assorted-flavor-liquid-sports-drink-20-fl-oz-12-carton-qua20162/product_2837282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-fish-bubbles-canvas-art-35x35-inches/product_255147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-hadley-5-x-8-weekly-monthly-planner-plastic-cover-gray-white-150782/product_24584871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-fruit-punch-powdered-sports-drink-mix-51-oz-14-carton-qua33690/product_580062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-joselyn-11-x-8-75-monthly-wall-calendar-147480-25/product_24589867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-star-of-the-sea-canvas-art-35x35-inches/product_255172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-joselyn-22-x-17-monthly-desk-pad-calendar-102714-25/product_24589876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-glacier-freeze-sports-drink-20-oz-bottle-052000324860/product_24572531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-magenta-blooms-17-x-11-monthly-desk-pad-calendar-149057-25/product_24589833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-orange-liquid-sports-drink-20-fl-oz-24-carton-32867/product_913778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-four-post-starter-storage-shelving-letter-7-shelf-36-w-pebble-gray-efl3612767sdv/product_373148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-mimosa-22-x-17-monthly-desk-pad-calendar-yellow-white-149063-25/product_24589830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-10-drawer-steel-flat-file-for-30-x-42-documents-tropic-sand/product_278921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-14-x-19-ali0883-c1419gg/product_1727286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-2-1-2-w-polyester-carrier-strip-for-masterfile-2/product_279243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gb-gardener-bender-uvb-cable-ties-8-75-lb-100-bag/product_848252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laurel-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-135895-25/product_24589817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-35-x-47-ali0883-c3547gg/product_1727283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-36-x-48-documents-white/product_278926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:37 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-5-16-plastic-binding-spine-comb-45-sheet-capacity-black-25-pack-2515662/product_463889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-11-x-11-ali0884-b1111mf/product_1727280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-leafy-lounge-5-x-8-weekly-monthly-planner-plastic-cover-green-gray-147931/product_24584846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laurel-8-5-x-11-weekly-monthly-planner-plastic-cover-mint-green-135842-25/product_24589900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-hanging-file-folders/product_482392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-clear-view-presentation-covers-letter-size-clear-100-box-2020025/product_514473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-hide-away-convertible-truck-400-lbs-aluminum-black-4050/product_758523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-1-4-plastic-binding-spine-comb-25-sheet-capacity-black-100-box-4000020/product_436246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-gray-4977gr/product_1965650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-design-view-presentation-covers-letter-size-frost-25-pack-2514499/product_392216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-freestanding-mobile-partition-72-h-x-42-w-clear-acrylic-8510grcl/product_24495995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-2-shelf-metal-mobile-printer-stand-with-lockable-wheels-black-cherry-1857bl/product_374697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-foton-30-thermal-laminator-11-width-black-foton30120na/product_24421519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-34-w-x-21-25-d-laminate-refreshment-cart-black-cherry-8966bl/product_331204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-ex12-05-12-sheet-cross-cut-personal-shredder-1757390/product_924308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-35-x-47-ali0886-c3547gg/product_1727256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-natalya-8-5-x-11-weekly-monthly-planner-plastic-cover-pink-white-148764-25/product_24589819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-linen-weave-presentation-covers-letter-size-navy-200-pack-9742450/product_514480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143946-25/product_24584855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-paradise-again-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-148331/product_24584861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-11-x-14-ali0889-b1114mf/product_1730582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-18-x-24-ali0889-c1824gg/product_1730578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-stand-alone-36-metallic-gray-5288gr/product_148340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-paradise-again-8-5-x-11-monthly-planner-plastic-cover-multicolor-148459/product_24584883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-nap-lam-laminating-film-roll-1-5-mil-25-2-box-3000004/product_581853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-11-x-11-ali0912-b1111mf/product_1730356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-5-x-8-weekly-monthly-planner-plastic-cover-green-purple-101603-25/product_24589811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-wire-unit-36-black-5286bl/product_463735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-18-x-18-ali0912-c1818gg/product_1730412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-unit-36-metallic-gray-5289gr/product_148341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-18-x-24-ali0890-c1824gg/product_1730499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rugby-stripe-22-x-17-monthly-desk-pad-calendar-black-white-143895-25/product_24589845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-tile-22-x-17-monthly-desk-pad-calendar-blue-white-133694-25/product_24589843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-wirebind-3-8-metal-wire-binding-spine-74-sheet-capacity-black-100-box-9775018/product_408477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-large-vertical-sheet-file-enclosed-file-cabinet-tropic-sand-54-1-2-h-x-16-w-x-39-d/product_480276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-12-extension-cord-3-outlet-white-jas51954/product_210787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-13-watt-soft-white-led-3-way-general-purpose-bulb-93130562/product_24569006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-10-x-19-ali0893-c1019gg/product_1730476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-lock-kit-for-the-5-drawer-file-4981/product_377256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-17-range-6-function-digital-multimeter/product_1308654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-je-ne-suis-pas-qu-un-oiseau-16-x-32-ali0894-c1632gg/product_1730575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-je-ne-suis-pas-qu-un-oiseau-10-x-19-ali0894-c1019gg/product_1730472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-greenpath-15-x-12-monthly-wall-calendar-gp49-707-25/product_24582817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-35-x-47-ali0883-c3547gg/product_1727283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-36-x-48-documents-white/product_278926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laurel-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-135895-25/product_24589817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-5-16-plastic-binding-spine-comb-45-sheet-capacity-black-25-pack-2515662/product_463889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-leafy-lounge-5-x-8-weekly-monthly-planner-plastic-cover-green-gray-147931/product_24584846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-hanging-file-folders/product_482392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-11-x-11-ali0884-b1111mf/product_1727280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laurel-8-5-x-11-weekly-monthly-planner-plastic-cover-mint-green-135842-25/product_24589900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-clear-view-presentation-covers-letter-size-clear-100-box-2020025/product_514473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-hide-away-convertible-truck-400-lbs-aluminum-black-4050/product_758523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-gray-4977gr/product_1965650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-design-view-presentation-covers-letter-size-frost-25-pack-2514499/product_392216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-1-4-plastic-binding-spine-comb-25-sheet-capacity-black-100-box-4000020/product_436246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-freestanding-mobile-partition-72-h-x-42-w-clear-acrylic-8510grcl/product_24495995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-2-shelf-metal-mobile-printer-stand-with-lockable-wheels-black-cherry-1857bl/product_374697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-foton-30-thermal-laminator-11-width-black-foton30120na/product_24421519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-ex12-05-12-sheet-cross-cut-personal-shredder-1757390/product_924308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-35-x-47-ali0886-c3547gg/product_1727256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-34-w-x-21-25-d-laminate-refreshment-cart-black-cherry-8966bl/product_331204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-natalya-8-5-x-11-weekly-monthly-planner-plastic-cover-pink-white-148764-25/product_24589819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-linen-weave-presentation-covers-letter-size-navy-200-pack-9742450/product_514480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143946-25/product_24584855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-11-x-14-ali0889-b1114mf/product_1730582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-paradise-again-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-148331/product_24584861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-18-x-24-ali0889-c1824gg/product_1730578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-stand-alone-36-metallic-gray-5288gr/product_148340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-paradise-again-8-5-x-11-monthly-planner-plastic-cover-multicolor-148459/product_24584883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-nap-lam-laminating-film-roll-1-5-mil-25-2-box-3000004/product_581853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-11-x-11-ali0912-b1111mf/product_1730356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-5-x-8-weekly-monthly-planner-plastic-cover-green-purple-101603-25/product_24589811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-wire-unit-36-black-5286bl/product_463735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-unit-36-metallic-gray-5289gr/product_148341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-18-x-18-ali0912-c1818gg/product_1730412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-18-x-24-ali0890-c1824gg/product_1730499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rugby-stripe-22-x-17-monthly-desk-pad-calendar-black-white-143895-25/product_24589845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-tile-22-x-17-monthly-desk-pad-calendar-blue-white-133694-25/product_24589843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gbc-wirebind-3-8-metal-wire-binding-spine-74-sheet-capacity-black-100-box-9775018/product_408477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-large-vertical-sheet-file-enclosed-file-cabinet-tropic-sand-54-1-2-h-x-16-w-x-39-d/product_480276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-12-extension-cord-3-outlet-white-jas51954/product_210787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-10-x-19-ali0893-c1019gg/product_1730476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-lock-kit-for-the-5-drawer-file-4981/product_377256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-13-watt-soft-white-led-3-way-general-purpose-bulb-93130562/product_24569006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-je-ne-suis-pas-qu-un-oiseau-16-x-32-ali0894-c1632gg/product_1730575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-je-ne-suis-pas-qu-un-oiseau-10-x-19-ali0894-c1019gg/product_1730472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-greenpath-15-x-12-monthly-wall-calendar-gp49-707-25/product_24582817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-17-range-6-function-digital-multimeter/product_1308654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:55:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-ombre-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor-1731-200-25/product_24582804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-14-x-19-ali0895-c1419gg/product_1730569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-24-x-32-ali0895-c2432gg/product_1730567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-24-hour-plug-in-big-button-mechanical-light-timer/product_210516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-35-x-47-ali0895-c3547gg/product_1730566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-25-indoor-outdoor-extension-cord-3-outlet-orange-jas51924/product_210498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-10-x-19-ali0896-c1019gg/product_1730564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-3-drawer-mobile-vertical-file-cabinet-letter-size-lockable-26-75-h-x-15-5-w-x-18-d-mocha-mnbbfldc/product_1961200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-16-x-32-ali0896-c1632gg/product_1730562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-72-desk-gray-steel-29-1-2-h-x-72-w-x-36-d/product_1961429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-34459-6-device-universal-remote/product_24000982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-5-5-x-8-calendar-year-weekly-monthly-planner-paperboard-cover-multicolor-spls25-58-41/product_24593654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-curved-desk-extension-mocha-29-1-2-h-x-47-w-x-28-d/product_1961255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-5-5-x-8-calendar-year-weekly-monthly-planner-paperboard-cover-white-gray-spls25-58-04/product_24593656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-ma-cible-24-x-32-ali0898-c2432gg/product_1730544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-lateral-file-20-d-gray-steel-mvlflgs/product_1961199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-16-x-16-ali0897-b1616mf/product_1730557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-x-10-weekly-monthly-planner-faux-leather-cover-black-brown-spls25-brn810/product_24593566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-return-w-ped-gray-steel-29-1-2-h-x-63-w-x-24-d/product_1961241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-bridge-gray-steel-29-1-2-h-x-48-w-x-24-d/product_1961266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-14-x-19-ali0899-c1419gg/product_1730537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-8-watt-soft-white-led-household-bulb-4-pack-99190/product_24553577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-11-x-14-ali0899-b1114mf/product_1730540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-blue-164-25/product_24597429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-11-x-11-ali0913-b1111mf/product_1730400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5277bl/product_430845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-14-x-14-ali0913-c1414gg/product_1730397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-basic-8-watt-soft-white-led-indoor-floodlight-bulb-48198/product_24553580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-5-x-8-weekly-appointment-book-leatherette-cover-black-27802-25/product_24597435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-cync-wi-fi-60w-equivalent-a19-led-smart-light-bulb-multicolor-93128981/product_24553578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-nervures-10-x-24-ali0902-c1024gg/product_1730510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5364bl/product_517239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-7-x-10-daily-monthly-planner-faux-leather-cover-black-289632-25/product_24597414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-12-x-19-ali0901-c1219gg/product_1730516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-mirella-54-vinyl-lounge-settee-gray-1731mrl2slvgr/product_24546083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-black-1730mrl2slvbl/product_24546093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-led-9-5-watt-color-changing-led-general-purpose-bulb-93100205/product_24553573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-nervures-20-x-47-ali0902-c2047gg/product_1730508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-bar-harbor-6-x-7-monthly-wall-calendar-white-blue-330-25/product_24597392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-36-w-table-desk-with-drawer-sand-dune-5512sdd/product_24541790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-led-battery-backup-8-watt-soft-white-led-general-purpose-bulb-93099986/product_24569002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-white-ash-5513wah/product_24541793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-22-x-32-ali0903-c2232gg/product_1730453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-polarized-15-extension-cord-3-outlet-white-51962/product_452814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-16-x-20-ali0904-b1620mf/product_1730466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-refresh-10-5w-a19-led-bulb-4-pack-42978/product_24439993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-24-x-32-ali0895-c2432gg/product_1730567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-24-hour-plug-in-big-button-mechanical-light-timer/product_210516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-14-x-19-ali0895-c1419gg/product_1730569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-ombre-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor-1731-200-25/product_24582804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-relax-hd-7-watt-soft-white-led-outdoor-floodlight-bulb-45441/product_24569003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-10-x-19-ali0896-c1019gg/product_1730564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-35-x-47-ali0895-c3547gg/product_1730566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-25-indoor-outdoor-extension-cord-3-outlet-orange-jas51924/product_210498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-3-drawer-mobile-vertical-file-cabinet-letter-size-lockable-26-75-h-x-15-5-w-x-18-d-mocha-mnbbfldc/product_1961200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-muv-3-shelf-melamine-mobile-utility-cart-with-lockable-wheels-medium-oak-1881mo/product_635635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-16-x-32-ali0896-c1632gg/product_1730562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-72-desk-gray-steel-29-1-2-h-x-72-w-x-36-d/product_1961429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-34459-6-device-universal-remote/product_24000982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-5-5-x-8-calendar-year-weekly-monthly-planner-paperboard-cover-multicolor-spls25-58-41/product_24593654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-5-5-x-8-calendar-year-weekly-monthly-planner-paperboard-cover-white-gray-spls25-58-04/product_24593656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-lateral-file-20-d-gray-steel-mvlflgs/product_1961199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-curved-desk-extension-mocha-29-1-2-h-x-47-w-x-28-d/product_1961255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-ma-cible-24-x-32-ali0898-c2432gg/product_1730544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-16-x-16-ali0897-b1616mf/product_1730557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-x-10-weekly-monthly-planner-faux-leather-cover-black-brown-spls25-brn810/product_24593566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-14-x-19-ali0899-c1419gg/product_1730537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-return-w-ped-gray-steel-29-1-2-h-x-63-w-x-24-d/product_1961241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-bridge-gray-steel-29-1-2-h-x-48-w-x-24-d/product_1961266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-8-watt-soft-white-led-household-bulb-4-pack-99190/product_24553577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-11-x-14-ali0899-b1114mf/product_1730540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-blue-164-25/product_24597429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5277bl/product_430845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-basic-8-watt-soft-white-led-indoor-floodlight-bulb-48198/product_24553580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-14-x-14-ali0913-c1414gg/product_1730397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-11-x-11-ali0913-b1111mf/product_1730400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-5-x-8-weekly-appointment-book-leatherette-cover-black-27802-25/product_24597435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-cync-wi-fi-60w-equivalent-a19-led-smart-light-bulb-multicolor-93128981/product_24553578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-nervures-10-x-24-ali0902-c1024gg/product_1730510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-mirella-54-vinyl-lounge-settee-gray-1731mrl2slvgr/product_24546083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-12-x-19-ali0901-c1219gg/product_1730516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5364bl/product_517239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-7-x-10-daily-monthly-planner-faux-leather-cover-black-289632-25/product_24597414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-black-1730mrl2slvbl/product_24546093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-led-9-5-watt-color-changing-led-general-purpose-bulb-93100205/product_24553573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-nervures-20-x-47-ali0902-c2047gg/product_1730508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-bar-harbor-6-x-7-monthly-wall-calendar-white-blue-330-25/product_24597392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-36-w-table-desk-with-drawer-sand-dune-5512sdd/product_24541790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-led-battery-backup-8-watt-soft-white-led-general-purpose-bulb-93099986/product_24569002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-white-ash-5513wah/product_24541793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-polarized-15-extension-cord-3-outlet-white-51962/product_452814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-22-x-32-ali0903-c2232gg/product_1730453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-16-x-20-ali0904-b1620mf/product_1730466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-refresh-10-5w-a19-led-bulb-4-pack-42978/product_24439993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-relax-hd-7-watt-soft-white-led-outdoor-floodlight-bulb-45441/product_24569003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-muv-3-shelf-melamine-mobile-utility-cart-with-lockable-wheels-medium-oak-1881mo/product_635635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-wildlife-8-5-x-4-25-monthly-desk-calendar-3689-25/product_24597395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-reveal-hd-11-watt-white-led-general-purpose-bulb-2-pack-46657/product_24568998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-16-x-20-ali0906-b1620mf/product_1730446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-11-pro-702003720/product_24468686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gear4-oxford-eco-black-credit-card-case-for-iphone-11-702003748/product_24468704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-seasonal-holiday-depictions-18-5-x-13-monthly-desk-pad-calendar-1396-25/product_24597426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-22-x-32-ali0907-c2232gg/product_1730434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-next-high-impact-polypropylene-office-chair-black-4-carton-4287bl/product_24418247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-next-high-impact-polypropylene-office-chair-white-4-carton-4287wh/product_24418248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-toi-et-moi-10-x-19-ali0908-c1019gg/product_1730430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-moleskine-limited-edition-harry-potter-accio-5-x-8-25-daily-planner-bordeaux-red-dhp12dc3y25/product_24598451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-moleskine-limited-edition-harry-potter-wingardium-leviosa-5-x-8-25-weekly-planner-pearl-gray-dhp12wn3y25/product_24598454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-kvm-extender-extdpkalanstx/product_24367290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-12-25-w-x-12-25-d-steel-mesh-laptop-stand-black-2161bl/product_912792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-horizontal-6-upright-section-mesh-desk-organizer-white-3255wh/product_2431913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-12-x-27-wall-calendar-red-white-st53920-25/product_24580493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geko-orbit-535-4k-uhd-wi-fi-dash-cam-black-go53532g/product_24562429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-black-st12951-25/product_24580501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-horizontal-6-upright-sections-desk-organizer-blue-3255bu/product_2431997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-29-wall-calendar-white-red-st53914-25/product_24580496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-11-x-14-ali0910-b1114mf/product_1730416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-24-x-36-wall-calendar-red-black-white-st53999-25/product_24580509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-18-x-24-ali0910-c1824gg/product_1730408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-16-oz-7-x-6-18-box-gb6718/product_24354821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-5-section-upright-organizer/product_803935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mini-organizer/product_799721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-7-x-9-monthly-planner-black-st52183-25/product_24580504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-daily-appointment-book-black-st21487-25/product_24580512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-18-x-24-canvas-art-ali0963-c1824gg/product_2079942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mobile-file-cart-with-lockable-wheels-black-5214bl/product_148327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mobile-file-cart-with-lockable-wheels-black-5213bl/product_810867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-four-person-daily-appointment-book-black-st58479-25/product_24580523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-monthly-planner-black-tr52184-25/product_24580499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-over-panel-hook-black-metal-4229bl/product_897066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-powered-monitor-stand-black-3230bl/product_2428280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-stackable-horizontal-hanging-desk-storage-black-mesh-3240bl/product_2452810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taking-in-the-rye-24-x-24-canvas-art/product_313485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-steel-file-organizer-black-9430bl/product_816481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-16-x-20-wood-frame-art/product_33765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-triple-tray-mesh-desk-organizer-white-3271wh/product_2431710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-30-x-47-canvas-art/product_33767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-grey-forest-25-4212/product_24600841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-optional-t-pad-arm-rest-black/product_733621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-color-swoops-25-4702/product_24600875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-bluetooth-home-party-system-black-gsys-2000/product_24549507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-driftwood-25-4704/product_24600990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-over-panel-hook-silver-metal-4166/product_453839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-wildlife-8-5-x-4-25-monthly-desk-calendar-3689-25/product_24597395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0584-b1620mf/product_2083304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ge-reveal-hd-11-watt-white-led-general-purpose-bulb-2-pack-46657/product_24568998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-16-x-20-ali0906-b1620mf/product_1730446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-11-pro-702003720/product_24468686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gear4-oxford-eco-black-credit-card-case-for-iphone-11-702003748/product_24468704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0584-c1624gg/product_2080427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-seasonal-holiday-depictions-18-5-x-13-monthly-desk-pad-calendar-1396-25/product_24597426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-22-x-32-ali0907-c2232gg/product_1730434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-next-high-impact-polypropylene-office-chair-black-4-carton-4287bl/product_24418247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-next-high-impact-polypropylene-office-chair-white-4-carton-4287wh/product_24418248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-toi-et-moi-10-x-19-ali0908-c1019gg/product_1730430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-moleskine-limited-edition-harry-potter-accio-5-x-8-25-daily-planner-bordeaux-red-dhp12dc3y25/product_24598451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-moleskine-limited-edition-harry-potter-wingardium-leviosa-5-x-8-25-weekly-planner-pearl-gray-dhp12wn3y25/product_24598454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-kvm-extender-extdpkalanstx/product_24367290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-12-25-w-x-12-25-d-steel-mesh-laptop-stand-black-2161bl/product_912792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-horizontal-6-upright-section-mesh-desk-organizer-white-3255wh/product_2431913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geko-orbit-535-4k-uhd-wi-fi-dash-cam-black-go53532g/product_24562429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-12-x-27-wall-calendar-red-white-st53920-25/product_24580493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-black-st12951-25/product_24580501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-horizontal-6-upright-sections-desk-organizer-blue-3255bu/product_2431997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-29-wall-calendar-white-red-st53914-25/product_24580496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-11-x-14-ali0910-b1114mf/product_1730416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-18-x-24-ali0910-c1824gg/product_1730408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-24-x-36-wall-calendar-red-black-white-st53999-25/product_24580509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-5-section-upright-organizer/product_803935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-16-oz-7-x-6-18-box-gb6718/product_24354821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mini-organizer/product_799721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-7-x-9-monthly-planner-black-st52183-25/product_24580504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-daily-appointment-book-black-st21487-25/product_24580512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-18-x-24-canvas-art-ali0963-c1824gg/product_2079942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mobile-file-cart-with-lockable-wheels-black-5213bl/product_810867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mobile-file-cart-with-lockable-wheels-black-5214bl/product_148327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-four-person-daily-appointment-book-black-st58479-25/product_24580523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-monthly-planner-black-tr52184-25/product_24580499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-over-panel-hook-black-metal-4229bl/product_897066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-stackable-horizontal-hanging-desk-storage-black-mesh-3240bl/product_2452810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-powered-monitor-stand-black-3230bl/product_2428280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taking-in-the-rye-24-x-24-canvas-art/product_313485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-steel-file-organizer-black-9430bl/product_816481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-16-x-20-wood-frame-art/product_33765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-onyx-triple-tray-mesh-desk-organizer-white-3271wh/product_2431710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-30-x-47-canvas-art/product_33767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-optional-t-pad-arm-rest-black/product_733621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-grey-forest-25-4212/product_24600841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-color-swoops-25-4702/product_24600875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-bluetooth-home-party-system-black-gsys-2000/product_24549507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-driftwood-25-4704/product_24600990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-over-panel-hook-silver-metal-4166/product_453839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0584-b1620mf/product_2083304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0584-c1624gg/product_2080427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:57 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0584-c2232gg/product_2077382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-pie-connector-tabletop-black-90-pie-x-24-d/product_853317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-extended-workspace-divider-32-h-x-33-w-clear-acrylic-ewd3332-uf-118/product_24486395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-pivot-12-clamp-wall-rack-tropic-sand-5016/product_603100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taxis-manhattan-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0074-b1114bmf/product_2079524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-harper-blue-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9710/product_24600822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-72-h-x-36-w-clear-acrylic-pad3672-u-25/product_24472969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-72-h-x-36-w-clear-acrylic-pad3672-b-25/product_24472986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-precision-polyester-olefin-computer-and-desk-chair-black-3401bl/product_383167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-navy-grid-space-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9704/product_24600823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-teddy-bears-choo-choo-trains-by-grace-riley-18x18-18x18-inches/product_248262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-11-x-14-black-frame-art/product_314700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-118/product_24472966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-resi-25-75-laminate-glass-door-kit-white-resgdrkt/product_24473751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-gmu-m100-uhf-high-band-single-channel-wireless-microphone-system-with-multiple-selectable-frequencies-gmu-m100/product_24527985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-resi-54-vinyl-lounge-settee-gray-1731resfeet4pkgr/product_24546104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-L-x-10-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS221010/product_814148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-magnetic-surface-mount-sneeze-guard-26-x-40-clear-acrylic-mag4026-118/product_24486391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-L-x-14-W-x-6-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-22146/product_481684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-professional-adjustable-speaker-stand-with-color-changing-led-lights-black-stl-500/product_24549448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-professional-dj-mixer-with-bluetooth-input-2-channel-black-mxr-01bt/product_24549488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-resi-ped-3-drawer-mobile-vertical-file-cabinet-letter-size-lockable-26-54-h-x-11-57-w-x-19-02-d-white-respedwh/product_24473556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-18-x-24-canvas-art/product_316285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS221816/product_489212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-resi-vinyl-lounge-chair-cognac-1732resfeet4pkcog/product_24546101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-surface-mount-paneled-sneeze-guard-with-window-32-h-x-32-w-clear-acrylic-psg3232-ww-177/product_24472973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-L-x-22-W-x-4-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-22224/product_814146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-watt-ge-8-diameter-t-9-circline-fluorescent-tube-cool-white/product_441203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-11-x-14-wood-frame-art/product_312529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-roam-touchdown-study-carrel-dark-gray-1958dg/product_24023946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-bs221010/product_2647444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-16-x-20-wood-frame-art/product_312530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-14-x-10-shipping-boxes-32-ect-brown-20-bundle-221410/product_404661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-ultra-powerful-bluetooth-2-200-peak-watt-speaker-with-party-lights-media-player-microphone-and-stand-gsp-l2200pk/product_24527981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-14-x-14-shipping-boxes-32-ect-brown-20-bundle-221414/product_481680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-48-designer-white-rba4824flsldswt/product_24549855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-16-x-10-shipping-boxes-32-ect-brown-20-bundle-221610/product_408409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-terra-cotta-wall-35-x-47-canvas-art/product_317559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-electric-33709-4-device-universal-remote-control/product_23974620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-designer-white-rba6024pgsldswt/product_24549858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-electric-push-on-off-led-utility-light-white-jas54807/product_23974136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-18-x-18-canvas-art-ali1255-c1818gg/product_2083200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-industrial-steel-rules-6-in/product_580804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-biltmore-cherry-rba6024flslbmch/product_24549862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-24-x-24-canvas-art-ali1255-c2424gg/product_2082543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-11-x-11-white-matted-black-frame-ali1323-b1111mf/product_2076229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-14-x-14-canvas-art-ali1323-c1414gg/product_2083143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-designer-white-rba7224pgsldswt/product_24549844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-18-x-18-canvas-art-ali1323-c1818gg/product_2083175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-designer-white-rba7224tcasldswt/product_24549843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-35-x-35-canvas-art-ali1323-c3535gg/product_2085229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-fashion-gray-rba7224pgslfngy/product_24549871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-14-shipping-boxes-32-ect-brown-20-bundle-bs222214/product_2647563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0584-c2232gg/product_2077382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-pie-connector-tabletop-black-90-pie-x-24-d/product_853317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-16-x-20-black-frame-art/product_316142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-30-x-60-biltmore-cherry-rba6030flslbmch/product_24549852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-extended-workspace-divider-32-h-x-33-w-clear-acrylic-ewd3332-uf-118/product_24486395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-pivot-12-clamp-wall-rack-tropic-sand-5016/product_603100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taxis-manhattan-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0074-b1114bmf/product_2079524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-harper-blue-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9710/product_24600822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-72-h-x-36-w-clear-acrylic-pad3672-u-25/product_24472969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-72-h-x-36-w-clear-acrylic-pad3672-b-25/product_24472986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-precision-polyester-olefin-computer-and-desk-chair-black-3401bl/product_383167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-navy-grid-space-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9704/product_24600823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-16-x-20-wood-frame-art/product_316148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-teddy-bears-choo-choo-trains-by-grace-riley-18x18-18x18-inches/product_248262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-11-x-14-black-frame-art/product_314700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-118/product_24472966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-resi-25-75-laminate-glass-door-kit-white-resgdrkt/product_24473751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-gmu-m100-uhf-high-band-single-channel-wireless-microphone-system-with-multiple-selectable-frequencies-gmu-m100/product_24527985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-L-x-10-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS221010/product_814148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-resi-54-vinyl-lounge-settee-gray-1731resfeet4pkgr/product_24546104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-magnetic-surface-mount-sneeze-guard-26-x-40-clear-acrylic-mag4026-118/product_24486391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-L-x-14-W-x-6-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-22146/product_481684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-professional-adjustable-speaker-stand-with-color-changing-led-lights-black-stl-500/product_24549448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) 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-27 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-professional-dj-mixer-with-bluetooth-input-2-channel-black-mxr-01bt/product_24549488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-resi-ped-3-drawer-mobile-vertical-file-cabinet-letter-size-lockable-26-54-h-x-11-57-w-x-19-02-d-white-respedwh/product_24473556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS221816/product_489212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-resi-vinyl-lounge-chair-cognac-1732resfeet4pkcog/product_24546101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-18-x-24-canvas-art/product_316285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-L-x-22-W-x-4-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-22224/product_814146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-surface-mount-paneled-sneeze-guard-with-window-32-h-x-32-w-clear-acrylic-psg3232-ww-177/product_24472973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-watt-ge-8-diameter-t-9-circline-fluorescent-tube-cool-white/product_441203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-11-x-14-wood-frame-art/product_312529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-roam-touchdown-study-carrel-dark-gray-1958dg/product_24023946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-bs221010/product_2647444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-14-x-10-shipping-boxes-32-ect-brown-20-bundle-221410/product_404661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-16-x-20-wood-frame-art/product_312530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gemini-ultra-powerful-bluetooth-2-200-peak-watt-speaker-with-party-lights-media-player-microphone-and-stand-gsp-l2200pk/product_24527981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-14-x-14-shipping-boxes-32-ect-brown-20-bundle-221414/product_481680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-48-designer-white-rba4824flsldswt/product_24549855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-16-x-10-shipping-boxes-32-ect-brown-20-bundle-221610/product_408409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-terra-cotta-wall-35-x-47-canvas-art/product_317559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-24-x-24-canvas-art-ali1255-c2424gg/product_2082543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-biltmore-cherry-rba6024flslbmch/product_24549862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-industrial-steel-rules-6-in/product_580804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-electric-push-on-off-led-utility-light-white-jas54807/product_23974136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-18-x-18-canvas-art-ali1255-c1818gg/product_2083200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-designer-white-rba6024pgsldswt/product_24549858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-electric-33709-4-device-universal-remote-control/product_23974620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-11-x-11-white-matted-black-frame-ali1323-b1111mf/product_2076229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-14-x-14-canvas-art-ali1323-c1414gg/product_2083143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-fashion-gray-rba7224pgslfngy/product_24549871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-designer-white-rba7224pgsldswt/product_24549844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-35-x-35-canvas-art-ali1323-c3535gg/product_2085229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-14-shipping-boxes-32-ect-brown-20-bundle-bs222214/product_2647563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-18-x-18-canvas-art-ali1323-c1818gg/product_2083175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-designer-white-rba7224tcasldswt/product_24549843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-30-x-60-biltmore-cherry-rba6030flslbmch/product_24549852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-16-x-20-black-frame-art/product_316142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-16-x-20-wood-frame-art/product_316148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:19 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:20 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:21 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:22 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:23 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-36-shipping-boxes-32-ect-brown-15-bundle-bs222236/product_2647663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-telescoping-magnetic-pickups-2-lb/product_580692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-24-layflat-poly-bags-4-mil-clear-250-carton-1261/product_692449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-11-x-14-white-matted-silver-frame-mt0320-s1114mf/product_2076548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-24-x-32-canvas-art/product_316145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-saddle-seat-27-lab-stool-black-vinyl-3438bl/product_24418338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-14-x-19-canvas-art-mt0673-c1419gg/product_2079707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-16-x-20-white-matted-silver-frame-mt0320-s1620mf/product_2084941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-tools-oblong-inspection-mirror-3-1-2-inch-l-x-2-inch-w/product_580695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-24-x-32-canvas-art-mt0673-c2432gg/product_2078105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-18-x-24-canvas-art-mt0673-c1824gg/product_2078452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-two-point-scriber/product_580691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-scoot-metal-mobile-printer-stand-with-lockable-wheels-gray-1856bl/product_656521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-36-layflat-poly-bags-1-5-mil-clear-500-carton-274/product_939526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-scoot-underdesk-metal-mobile-printer-stand-with-lockable-wheels-black-silver-1855bl/product_680978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-36-layflat-poly-bags-3-mil-clear-250-carton-926/product_692231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-shelves-for-archival-shelving-69-wood-4-pack-5261/product_397863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/genesis-4-volt-li-ion-glue-gun-gray-green-glgg04v2/product_24580849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-6-x-6-shipping-boxes-32-ect-brown-25-bundle-2266/product_481623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-16-x-20-wood-frame-art/product_312273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-thank-you-by-design-turnpike-10-x-19-canvas-art-ali1326-c1019gg/product_2083629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-thank-you-by-design-turnpike-12-x-24-canvas-art-ali1326-c1224gg/product_2083126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-1-2-x14-1-4-x4-1-2-Partners-Brand-Corrugated-Garment-Mailers-25-Case-MFJKRAFT/product_426634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geoffrey-beene-2-piece-abs-plastic-luggage-set-silver-gb2758-2/product_24472844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-2-up-crown-gold-mini-certificates-8-5-x-11-gold-30-pack-48767/product_24412350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-that-guy-s-gotta-stop-by-ines-kouidis-35-x-35-canvas-art-ali1004-c3535gg/product_2081026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geoffrey-beene-20-carry-on-suitcase-2-wheeled-black-gray-gb224-21/product_24592405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-20-x-60-fashion-gray-spk6020slfngy/product_24549868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-thank-you-by-design-turnpike-16-x-32-canvas-art-ali1326-c1632gg/product_2083890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-24-x-72-designer-white-spk7224sldswt/product_24549839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-back-to-school-everyday-letterhead-multi-colors-100-pack-47587/product_647921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-14-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS241414/product_408421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-stainless-steel-step-trash-can-4-gallon-black-9685ss/product_815587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-11-x-14-black-frame-art/product_315533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-14-x-19-canvas-art/product_315535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-blank-recycled-foil-enhanced-award-certificates-24-lb-gold-stamped-flourish-design-8-1-2-h-x-11-w-12-pack/product_169434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-standard-metal-mobile-file-cart-with-lockable-wheels-black-5361bl/product_517231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-certificate-holders-9-5-x-12-black-10-pack-47836/product_2090736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-16-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-241616/product_414209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-17-W-x-15-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS241715/product_404623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-steel-guest-stool-black/product_2443067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-22-x-32-canvas-art/product_315537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-clouds-everyday-envelopes-light-blue-50-pack-47371s/product_688295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-241812/product_426401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-copy-multipurpose-paper-letter-8-50-x-11-24-lb-basis-weight-90-g-m-recycled-100-pack-blue/product_647912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-steel-guest-stools/product_SS240923163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-floral-frenzy-premium-everyday-letterhead-multi-colors-50-pack-49825/product_2706353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-steel-locker-double-tier-gray-78-h-x-12-w-x-18-d-5523gr/product_898950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-heart-lake-18-x-24-canvas-art/product_316589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-gummed-a9-greeting-card-envelopes-5-75-x-8-75-white-50-pack-48464/product_950666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-lake-16-x-24-canvas-art/product_316586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-stow-away-platform-truck-1000-lbs-aluminum-black-4053nc/product_614523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-lake-22-x-32-canvas-art/product_316587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-optima-recycled-certificate-colored-paper-24-lbs-8-5-x-11-blue-25-pack-40725s/product_653150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-11-x-14-wood-frame-art/product_24041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-task-master-caster-black-5-set-5132/product_733470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-tri-fold-royal-brites-2cool-poster-board-4-x-3-white-6-pack-geo26790/product_1133442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-18-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS242418HDDW/product_404610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-24-H-Multi-Depth-Shipping-Boxes-32-ECT-Brown-10-Bundle-MD242424/product_630107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-trifecta-stainless-steel-triangular-recycle-lid-silver/product_148083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-11-x-14-black-frame-art/product_313487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-36-shipping-boxes-32-ect-brown-15-bundle-bs222236/product_2647663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-telescoping-magnetic-pickups-2-lb/product_580692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geomag-magicube-multicolor-cubes-set-of-30-gmw120/product_24393302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-24-layflat-poly-bags-4-mil-clear-250-carton-1261/product_692449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-9-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-24249/product_814109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-24-x-32-canvas-art/product_316145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-saddle-seat-27-lab-stool-black-vinyl-3438bl/product_24418338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-11-x-14-white-matted-silver-frame-mt0320-s1114mf/product_2076548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-14-x-19-canvas-art-mt0673-c1419gg/product_2079707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-16-x-20-white-matted-silver-frame-mt0320-s1620mf/product_2084941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-twixt-active-seating-chair-desk-height-black/product_2366316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-18-x-24-canvas-art-mt0673-c1824gg/product_2078452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-tools-oblong-inspection-mirror-3-1-2-inch-l-x-2-inch-w/product_580695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/general-two-point-scriber/product_580691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-scoot-metal-mobile-printer-stand-with-lockable-wheels-gray-1856bl/product_656521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-24-x-32-canvas-art-mt0673-c2432gg/product_2078105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-36-layflat-poly-bags-1-5-mil-clear-500-carton-274/product_939526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-scoot-underdesk-metal-mobile-printer-stand-with-lockable-wheels-black-silver-1855bl/product_680978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-36-layflat-poly-bags-3-mil-clear-250-carton-926/product_692231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-shelves-for-archival-shelving-69-wood-4-pack-5261/product_397863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/genesis-4-volt-li-ion-glue-gun-gray-green-glgg04v2/product_24580849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/22-x-6-x-6-shipping-boxes-32-ect-brown-25-bundle-2266/product_481623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-16-x-20-wood-frame-art/product_312273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-thank-you-by-design-turnpike-10-x-19-canvas-art-ali1326-c1019gg/product_2083629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-thank-you-by-design-turnpike-12-x-24-canvas-art-ali1326-c1224gg/product_2083126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-1-2-x14-1-4-x4-1-2-Partners-Brand-Corrugated-Garment-Mailers-25-Case-MFJKRAFT/product_426634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geoffrey-beene-2-piece-abs-plastic-luggage-set-silver-gb2758-2/product_24472844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geoffrey-beene-20-carry-on-suitcase-2-wheeled-black-gray-gb224-21/product_24592405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-2-up-crown-gold-mini-certificates-8-5-x-11-gold-30-pack-48767/product_24412350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-that-guy-s-gotta-stop-by-ines-kouidis-35-x-35-canvas-art-ali1004-c3535gg/product_2081026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-20-x-60-fashion-gray-spk6020slfngy/product_24549868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-thank-you-by-design-turnpike-16-x-32-canvas-art-ali1326-c1632gg/product_2083890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-24-x-72-designer-white-spk7224sldswt/product_24549839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-back-to-school-everyday-letterhead-multi-colors-100-pack-47587/product_647921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-stainless-steel-step-trash-can-4-gallon-black-9685ss/product_815587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-14-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS241414/product_408421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-blank-recycled-foil-enhanced-award-certificates-24-lb-gold-stamped-flourish-design-8-1-2-h-x-11-w-12-pack/product_169434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-standard-metal-mobile-file-cart-with-lockable-wheels-black-5361bl/product_517231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-11-x-14-black-frame-art/product_315533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-14-x-19-canvas-art/product_315535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-certificate-holders-9-5-x-12-black-10-pack-47836/product_2090736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-copy-multipurpose-paper-letter-8-50-x-11-24-lb-basis-weight-90-g-m-recycled-100-pack-blue/product_647912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-16-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-241616/product_414209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-22-x-32-canvas-art/product_315537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-241812/product_426401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-clouds-everyday-envelopes-light-blue-50-pack-47371s/product_688295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-17-W-x-15-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS241715/product_404623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-steel-guest-stool-black/product_2443067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-steel-guest-stools/product_SS240923163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-floral-frenzy-premium-everyday-letterhead-multi-colors-50-pack-49825/product_2706353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-steel-locker-double-tier-gray-78-h-x-12-w-x-18-d-5523gr/product_898950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-gummed-a9-greeting-card-envelopes-5-75-x-8-75-white-50-pack-48464/product_950666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-heart-lake-18-x-24-canvas-art/product_316589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-lake-16-x-24-canvas-art/product_316586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-stow-away-platform-truck-1000-lbs-aluminum-black-4053nc/product_614523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-lake-22-x-32-canvas-art/product_316587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-optima-recycled-certificate-colored-paper-24-lbs-8-5-x-11-blue-25-pack-40725s/product_653150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-task-master-caster-black-5-set-5132/product_733470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-11-x-14-wood-frame-art/product_24041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-24-H-Multi-Depth-Shipping-Boxes-32-ECT-Brown-10-Bundle-MD242424/product_630107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-11-x-14-black-frame-art/product_313487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-trifecta-stainless-steel-triangular-recycle-lid-silver/product_148083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-18-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS242418HDDW/product_404610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geographics-tri-fold-royal-brites-2cool-poster-board-4-x-3-white-6-pack-geo26790/product_1133442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-9-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-24249/product_814109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geomag-magicube-multicolor-cubes-set-of-30-gmw120/product_24393302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-twixt-active-seating-chair-desk-height-black/product_2366316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:44 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:45 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:46 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:47 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-26-x-32-canvas-art/product_313491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-4-sheet-3x3-pis/product_24469137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-35-x-47-canvas-art/product_313492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-1-sheet-1-5-pol/product_24469165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-4-sheet-3x3-pol/product_24469152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-armor-of-soul-11-x-14-wood-frame-art/product_491641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-gls-1-5-pol-dpf/product_24471390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-gls-3x3-pis-dpf/product_24471771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-value-sorter-72-compartment-literature-organizers-9-75-x-13-5-medium-oak-7131mo/product_490374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-value-mate-5-shelf-67-h-wood-bookcase-gray-7173gr/product_383026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-armor-of-soul-22-x-32-canvas-art/product_498168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-mt-3x3-pol-dpf/product_24471764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-bnr-hngrs/product_349476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-glitz-pencil-2-144-box/product_2407414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-giverny-18-x-18-canvas-art/product_313086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-green-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-gls-2x2-pis/product_24514754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-vamp-led-lamp-white/product_241224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-grey-blue-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-giverny-35-x-35-canvas-art/product_313088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-11-x-14-wood-frame-art/product_313083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-16-x-20-black-frame-art/product_313078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-2x2-pol/product_24514589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/george-foreman-4-serving-basic-plate-electric-grill-black-gr340fb/product_24254557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-10-x-36-gusseted-poly-bags-3-mil-clear-200-carton-1757/product_361571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-3x3-pol/product_24514616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-241010/product_481649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-combi-fold-vista-folded-paper-towel-dispenser-black-56650a/product_494043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-in-argentueil-24-x-32-canvas-art/product_501945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-sofpull-high-capacity-hardwound-paper-towel-1-ply-1000-roll-6-rolls-carton/product_SS132775882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-11-48-x-43-particle-board-triple-column-mobile-storage-gray-3931gry/product_24488276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-autumn-bench-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0451-c1624gg/product_2077866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-autumn-bench-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0451-c2232gg/product_2077131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bear-went-over-the-mountain-by-lois-bryan-art-16x24-inches/product_249978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-12-32-ect-shipping-boxes-20-bundle-cw57911/product_426396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-14-48-x-30-particle-board-double-column-mobile-storage-spectrum-blue-3934sbu/product_24485906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-15-mobile-storage-cabinet-60-h-x-30-w-x-19-75-d-red-mixed-materials-3935red/product_24485919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-36-gusseted-poly-bags-3-mil-clear-100-carton-1759/product_361577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-15-60-x-30-particle-board-double-column-mobile-storage-spectrum-blue-3935sbu/product_24485917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1503/product_361496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1632/product_361552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-14-mobile-storage-cabinet-48-h-x-30-w-x-19-75-d-red-wood-3934red/product_24485913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-24-shipping-boxes-32-ect-brown-20-bundle-bs241224/product_2647518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-blue-river-1890-1900-24-x-32-canvas-art/product_497299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-24124/product_404628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-14-x-19-canvas-art/product_313091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germ-guardian-hepa-tower-air-purifier-white-ac4825w/product_24471465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-8-shipping-boxes-32-ect-brown-25-bundle-bs241208/product_2647419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-14-x-14-corrugated-kraft-boxes-25-bundle-bs241414x/product_24409884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-14-x-18-shipping-boxes-32-ect-brown-20-bundle-bs241418/product_2647534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-16-x-20-black-frame-art/product_313090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-true-hepa-tower-air-purifier-3-speed-ac5000e/product_1932867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-16-x-20-wood-frame-art/product_313096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-4-60-x-43-particle-board-triple-column-mobile-storage-red-3924red/product_24485903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-11-x-14-black-frame-art/product_313496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-4-mobile-storage-unit-center-60-h-x-43-25-w-x-19-75-d-spectrum-blue-wood-3924sbu/product_24485901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-4-in-1-hepa-tabletop-air-purifier-3-speed-blue-ac4150blca/product_24226530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-true-hepa-tower-air-purifier-5-speed-ac5250pt/product_1932866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-elite-4-in-1-hepa-tower-air-purifier-5-speed-ac5350b/product_1932864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-16-corrugated-pad-single-wall-50-bundle-sp2416/product_1499899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-26-x-32-canvas-art/product_313491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-4-sheet-3x3-pis/product_24469137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-35-x-47-canvas-art/product_313492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-1-sheet-1-5-pol/product_24469165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-35-x-47-canvas-art/product_313501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-4-sheet-3x3-pol/product_24469152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-armor-of-soul-11-x-14-wood-frame-art/product_491641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-gls-1-5-pol-dpf/product_24471390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-gls-3x3-pis-dpf/product_24471771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-hepa-air-purifier-filter-for-ac4100-air-purifier-flt4100/product_1932882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-value-sorter-72-compartment-literature-organizers-9-75-x-13-5-medium-oak-7131mo/product_490374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-value-mate-5-shelf-67-h-wood-bookcase-gray-7173gr/product_383026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-armor-of-soul-22-x-32-canvas-art/product_498168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-mt-3x3-pol-dpf/product_24471764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-bnr-hngrs/product_349476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-glitz-pencil-2-144-box/product_2407414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-giverny-18-x-18-canvas-art/product_313086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-green-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-gls-2x2-pis/product_24514754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-vamp-led-lamp-white/product_241224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/geometric-grey-blue-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-giverny-35-x-35-canvas-art/product_313088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-11-x-14-wood-frame-art/product_313083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-16-x-20-black-frame-art/product_313078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-2x2-pol/product_24514589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/george-foreman-4-serving-basic-plate-electric-grill-black-gr340fb/product_24254557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-10-x-36-gusseted-poly-bags-3-mil-clear-200-carton-1757/product_361571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-3x3-pol/product_24514616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-241010/product_481649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-combi-fold-vista-folded-paper-towel-dispenser-black-56650a/product_494043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-in-argentueil-24-x-32-canvas-art/product_501945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-sofpull-high-capacity-hardwound-paper-towel-1-ply-1000-roll-6-rolls-carton/product_SS132775882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-11-48-x-43-particle-board-triple-column-mobile-storage-gray-3931gry/product_24488276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-autumn-bench-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0451-c1624gg/product_2077866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-autumn-bench-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0451-c2232gg/product_2077131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bear-went-over-the-mountain-by-lois-bryan-art-16x24-inches/product_249978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-12-32-ect-shipping-boxes-20-bundle-cw57911/product_426396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-14-48-x-30-particle-board-double-column-mobile-storage-spectrum-blue-3934sbu/product_24485906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-15-mobile-storage-cabinet-60-h-x-30-w-x-19-75-d-red-mixed-materials-3935red/product_24485919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-36-gusseted-poly-bags-3-mil-clear-100-carton-1759/product_361577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-15-60-x-30-particle-board-double-column-mobile-storage-spectrum-blue-3935sbu/product_24485917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1632/product_361552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1503/product_361496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-14-mobile-storage-cabinet-48-h-x-30-w-x-19-75-d-red-wood-3934red/product_24485913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-24-shipping-boxes-32-ect-brown-20-bundle-bs241224/product_2647518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-blue-river-1890-1900-24-x-32-canvas-art/product_497299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-24124/product_404628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-14-x-19-canvas-art/product_313091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germ-guardian-hepa-tower-air-purifier-white-ac4825w/product_24471465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-14-x-14-corrugated-kraft-boxes-25-bundle-bs241414x/product_24409884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-8-shipping-boxes-32-ect-brown-25-bundle-bs241208/product_2647419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-16-x-20-black-frame-art/product_313090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-14-x-18-shipping-boxes-32-ect-brown-20-bundle-bs241418/product_2647534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-16-x-20-wood-frame-art/product_313096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-true-hepa-tower-air-purifier-3-speed-ac5000e/product_1932867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-4-60-x-43-particle-board-triple-column-mobile-storage-red-3924red/product_24485903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-4-mobile-storage-unit-center-60-h-x-43-25-w-x-19-75-d-spectrum-blue-wood-3924sbu/product_24485901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-11-x-14-black-frame-art/product_313496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-4-in-1-hepa-tabletop-air-purifier-3-speed-blue-ac4150blca/product_24226530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-elite-4-in-1-hepa-tower-air-purifier-5-speed-ac5350b/product_1932864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-true-hepa-tower-air-purifier-5-speed-ac5250pt/product_1932866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-16-corrugated-pad-single-wall-50-bundle-sp2416/product_1499899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-35-x-47-canvas-art/product_313501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:58:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-hepa-air-purifier-filter-for-ac4100-air-purifier-flt4100/product_1932882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:09 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:10 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:11 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:12 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:17 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-16-x-16-shipping-boxes-48-ect-double-wall-brown-15-bundle-bs241616hddw/product_2647642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bottle-of-banyuls-11-x-14-wood-frame-art/product_313510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bottle-of-banyuls-16-x-20-wood-frame-art/product_313511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-pluggable-uv-sanitizer-and-odor-reducer-white-gg1000/product_1932874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-tabletop-uv-sanitizer-deodorizer-black-gg3000bca/product_24226568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-smart-elite-4-in-1-true-hepa-tower-air-purifier-5-speed-wifi-enabled-black-cdap5500bca/product_24226539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-11-x-14-wood-frame-art/product_313103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-16-shipping-boxes-32-ect-brown-20-bundle-bs241816/product_24408437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-14-shipping-boxes-32-ect-brown-20-bundle-bs241814/product_2647509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:18 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-24-shipping-boxes-32-ect-brown-20-bundle-bs241824/product_2647619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safedome-secure-for-imac-6ft-steel-cable-black/product_IM1PG1492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germisept-disinfecting-wipes-alcohol-scent-800-wipes-container-2-carton-mc7301/product_24461708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-american-pride-company-pride-3ft-x-10ft/product_562079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:18 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-1874-35-x-47-canvas-art/product_498777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/get-enterprises-designer-polyweave-honey-basket-wb-1509-h/product_2474199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-american-pride-company-pride-3ft-x-5ft/product_562934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-african-american-family-bigmouth-puppet-4-set-mtb360/product_272984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/get-enterprises-designer-polyweave-two-tone-16-x-9-basket-wb-1520-tt/product_2474293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-be-alert-don-t-get-hurt-3ft-x-10ft/product_562025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bulldog-by-dean-russo-11-x-14-white-matted-silver-frame-ali0244-s1114mf/product_2076725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-11-x-14-black-frame-art/product_313512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-ocean-animals-playset-6-per-set-2-sets-mtb872-2/product_24568957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-20-x-46-wardrobe-boxes-48-ect-brown-5-bundle-242046ward/product_408369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-drive-safely-stop-look-listen-3ft-x-10ft/product_561976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-14-x-19-canvas-art/product_313514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-16-x-20-wood-frame-art/product_313519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-16-x-24-canvas-art/product_313515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-20-x-6-shipping-boxes-32-ect-brown-20-bundle-bs242006/product_2647449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-others-depend-on-you-don-t-take-chances-3ft-x-10ft/product_562009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-layflat-poly-bags-2-mil-clear-500-carton-615/product_939635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-quality-starts-with-you-3ft-x-5ft/product_562906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/getta-1-games-doggy-bags-the-feel-good-game-grades-prek-gtgpm21/product_24391759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-of-las-vegas-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0129-b1620bmf/product_2085567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-our-customers-are-our-1-priority-3ft-x-5ft/product_562984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-reclosable-poly-bags-4-mil-clear-250-carton-3804a/product_939354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-read-the-warning-on-the-wall-it-could-be-your-most-important-safety-call-3ft-x-5ft/product_562982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gevalia-signature-blend-coffee-keurig-k-cup-pods-light-roast-24-box-5305/product_1678074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-rises-16-x-20-wood-frame-art/product_313527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-reclosable-poly-bags-6-mil-clear-100-carton-3860a/product_24449718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-rises-16-x-20-black-frame-art/product_313521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-10-shipping-boxes-32-ect-brown-20-bundle-bs242410/product_2647550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-12-shipping-boxes-32-ect-brown-20-pk/product_24409742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-14-shipping-boxes-32-ect-brown-20-bundle-bs242414/product_2647615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-24-heavy-duty-48-ect-double-wall-shipping-boxes/product_24410433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-the-safe-way-is-the-only-way-3ft-x-10ft/product_562084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-48-gusseted-poly-bags-1-5-mil-clear-100-carton-1515/product_361501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-report-all-injuries-no-matter-how-slight-to-first-aid-station-10x14-040-aluminum/product_561330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-23-88-x-23-5-acrylic-non-tackable-panel-extender-clear-pec2424-h/product_24454511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dream-11-x-14-black-frame-art/product_313528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-safety-glasses-safety-shoes-and-hard-hats-required-10x14-040-aluminum-sf173ab/product_561308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-8-shipping-boxes-32-ect-brown-20-bundle-bs242408/product_2647569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-walk-don-t-run-10x14-040-aluminum-notice-sign/product_561284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-safety-is-everybody-s-job-10x14-040-aluminum-information-sign/product_561286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-wear-face-shields-rubber-gloves-and-aprons-when-working-with-acids-sf178ab/product_560723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-24-h-x-59-w-plastic-non-tackable-desktop-free-standing-protection-screen-frosted-dpsf2459-f/product_24447733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-24-h-x-18-w-enclosed-vinyl-bulletin-board-with-satin-frame-1-door-pa12418vx-193/product_24280491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-28-reclosable-poly-bags-4-mil-clear-100-carton-pb4252/product_24328990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dream-18-x-24-canvas-art/product_313531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-0-67-h-aluminum-step-stool-h-08c-v/product_2601220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dream-14-x-19-canvas-art/product_313530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dream-16-x-20-wood-frame-art/product_313535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-16-x-16-shipping-boxes-48-ect-double-wall-brown-15-bundle-bs241616hddw/product_2647642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bottle-of-banyuls-11-x-14-wood-frame-art/product_313510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bottle-of-banyuls-16-x-20-wood-frame-art/product_313511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-tabletop-uv-sanitizer-deodorizer-black-gg3000bca/product_24226568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-extra-large-folding-safety-step-yellow-xl-08c-y/product_2601080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0108-b1114bmf/product_2079772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-pluggable-uv-sanitizer-and-odor-reducer-white-gg1000/product_1932874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germguardian-smart-elite-4-in-1-true-hepa-tower-air-purifier-5-speed-wifi-enabled-black-cdap5500bca/product_24226539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-11-x-14-wood-frame-art/product_313103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-16-shipping-boxes-32-ect-brown-20-bundle-bs241816/product_24408437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-14-shipping-boxes-32-ect-brown-20-bundle-bs241814/product_2647509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-24-shipping-boxes-32-ect-brown-20-bundle-bs241824/product_2647619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safedome-secure-for-imac-6ft-steel-cable-black/product_IM1PG1492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0108-b1114mf/product_2079771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/germisept-disinfecting-wipes-alcohol-scent-800-wipes-container-2-carton-mc7301/product_24461708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-american-pride-company-pride-3ft-x-10ft/product_562079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-1874-35-x-47-canvas-art/product_498777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/get-enterprises-designer-polyweave-honey-basket-wb-1509-h/product_2474199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-american-pride-company-pride-3ft-x-5ft/product_562934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/get-enterprises-designer-polyweave-two-tone-16-x-9-basket-wb-1520-tt/product_2474293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-african-american-family-bigmouth-puppet-4-set-mtb360/product_272984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-be-alert-don-t-get-hurt-3ft-x-10ft/product_562025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-11-x-14-black-frame-art/product_313512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bulldog-by-dean-russo-11-x-14-white-matted-silver-frame-ali0244-s1114mf/product_2076725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-ocean-animals-playset-6-per-set-2-sets-mtb872-2/product_24568957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-20-x-46-wardrobe-boxes-48-ect-brown-5-bundle-242046ward/product_408369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-drive-safely-stop-look-listen-3ft-x-10ft/product_561976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-14-x-19-canvas-art/product_313514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-16-x-20-wood-frame-art/product_313519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-16-x-24-canvas-art/product_313515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-others-depend-on-you-don-t-take-chances-3ft-x-10ft/product_562009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-20-x-6-shipping-boxes-32-ect-brown-20-bundle-bs242006/product_2647449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-layflat-poly-bags-2-mil-clear-500-carton-615/product_939635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-quality-starts-with-you-3ft-x-5ft/product_562906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-of-las-vegas-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0129-b1620bmf/product_2085567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-our-customers-are-our-1-priority-3ft-x-5ft/product_562984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-reclosable-poly-bags-4-mil-clear-250-carton-3804a/product_939354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/getta-1-games-doggy-bags-the-feel-good-game-grades-prek-gtgpm21/product_24391759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gevalia-signature-blend-coffee-keurig-k-cup-pods-light-roast-24-box-5305/product_1678074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-read-the-warning-on-the-wall-it-could-be-your-most-important-safety-call-3ft-x-5ft/product_562982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-rises-16-x-20-wood-frame-art/product_313527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-10-shipping-boxes-32-ect-brown-20-bundle-bs242410/product_2647550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-reclosable-poly-bags-6-mil-clear-100-carton-3860a/product_24449718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-rises-16-x-20-black-frame-art/product_313521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-12-shipping-boxes-32-ect-brown-20-pk/product_24409742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-14-shipping-boxes-32-ect-brown-20-bundle-bs242414/product_2647615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-24-heavy-duty-48-ect-double-wall-shipping-boxes/product_24410433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-banners-the-safe-way-is-the-only-way-3ft-x-10ft/product_562084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-48-gusseted-poly-bags-1-5-mil-clear-100-carton-1515/product_361501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-report-all-injuries-no-matter-how-slight-to-first-aid-station-10x14-040-aluminum/product_561330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dream-11-x-14-black-frame-art/product_313528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-23-88-x-23-5-acrylic-non-tackable-panel-extender-clear-pec2424-h/product_24454511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-safety-glasses-safety-shoes-and-hard-hats-required-10x14-040-aluminum-sf173ab/product_561308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-walk-don-t-run-10x14-040-aluminum-notice-sign/product_561284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-8-shipping-boxes-32-ect-brown-20-bundle-bs242408/product_2647569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-safety-is-everybody-s-job-10x14-040-aluminum-information-sign/product_561286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-first-wear-face-shields-rubber-gloves-and-aprons-when-working-with-acids-sf178ab/product_560723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-24-h-x-18-w-enclosed-vinyl-bulletin-board-with-satin-frame-1-door-pa12418vx-193/product_24280491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-28-reclosable-poly-bags-4-mil-clear-100-carton-pb4252/product_24328990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-0-67-h-aluminum-step-stool-h-08c-v/product_2601220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dream-18-x-24-canvas-art/product_313531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dream-16-x-20-wood-frame-art/product_313535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-24-h-x-59-w-plastic-non-tackable-desktop-free-standing-protection-screen-frosted-dpsf2459-f/product_24447733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dream-14-x-19-canvas-art/product_313530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-extra-large-folding-safety-step-yellow-xl-08c-y/product_2601080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0108-b1114bmf/product_2079772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0108-b1114mf/product_2079771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:34 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:35 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:36 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:39 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:40 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:41 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-24-x-59-acrylic-non-tackable-desktop-divider-frosted-dpsf2459-a/product_24445186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-24-x-59-acrylic-non-tackable-desktop-divider-clear-dpsc2459-a/product_24445187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-industrial-safety-step-10-yellow-ic-10c-y/product_2601217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-30-layflat-poly-bags-6-mil-clear-100-carton-8630/product_692248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:42 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-hd-steel-12-orange-hd18-12s-o/product_2607603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-35-x-47-canvas-art-ph0108-c3547gg/product_2076827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:42 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-30-reclosable-poly-bags-2-8-mil-clear-100-carton-stc377/product_23978013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-industrial-safety-step-12-yellow-ic-12c-y/product_2607602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-32-layflat-poly-bags-3-mil-clear-250-carton-pb4200/product_24328932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-29-88-x-29-acrylic-non-tackable-panel-extender-clear-pec3029-h/product_24454497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-first-animals-16-x-20-black-frame-art/product_313537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:43 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-mats/product_SS206658879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-small-folding-safety-step-black-s-07c-blk/product_2601201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:43 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-2-mil-clear-250-carton-625/product_939641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-30-x-29-acrylic-non-tackable-panel-extender-clear-pec3029-t/product_24454463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-universal-safety-step-black-u-08c-blk/product_2601227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fox-11-x-14-black-frame-art/product_313544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-6-w-enclosed-vinyl-bulletin-board-with-satin-frame-3-door-pa34872vx-181/product_24280490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-4-x-4-corrugated-mailers-50-bundle-m2444/product_831817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-42-layflat-poly-bags-2-mil-clear-250-carton-626/product_939642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fox-16-x-20-wood-frame-art/product_313552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-blue-white-belt/product_171390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-frog-prince-16-x-20-black-frame-art/product_313724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-48-gusseted-poly-bags-2-mil-pink-100-carton-pbas2515/product_23978162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-different-belt-color/product_SS235160294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-42-layflat-poly-bags-4-mil-clear-200-carton-1296/product_692477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-48-layflat-poly-bags-6-mil-clear-100-carton-8645/product_361048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-gate-by-eric-joyner-16-x-47-canvas-art-ali1027-c1647gg/product_2076772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-red-belt/product_171381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-aria-low-profile-glass-whiteboard-4-h-x-8-w-white-ariasn48wh/product_24280678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-48-staples-corrugated-sheet-5-bundle-bssp2448/product_946708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-18-x-24-acrylic-non-tackable-panel-extender-clear-pec1824-a/product_24454514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-aria-low-profile-magnetic-glass-whiteboard-4-h-x-8-w-blue-ariasm48be/product_24280696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-18-x-36-acrylic-non-tackable-panel-extender-clear-pec1836-a/product_24454496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-54-layflat-poly-bags-6-mil-clear-100-carton-pb4230/product_24328969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-stanchion-barrier-post-with-retractable-8-5-green-white-belt/product_171391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-24-x-32-canvas-art/product_499820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-35-x-47-canvas-art/product_501617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-30-x-42-acrylic-non-tackable-panel-extender-clear-pec3042-a/product_24454465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-belt-different-written-message/product_SS235160684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-8-x-8-shipping-boxes-32-ect-brown-25-bundle-2488/product_426394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-belt/product_171403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-9-x-6-shipping-boxes-32-ect-brown-25-bundle-2496/product_814102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-aluminum-frame-3-h-x-2-w-pa13624k/product_24280605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-great-wall-by-moises-levy-14-x-32-canvas-art-ali1140-c1432gg/product_2079311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-white-belt/product_171407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-satin-frame-1-5-h-x-2-w-pa12418k/product_24280604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-satin-frame-3-h-x-6-w-pa33672k/product_24280495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-blue-white-belt/product_171413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-satin-frame-4-h-x-8-w-pa34896k/product_24280488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-orange-belt/product_171406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-white-authorized-belt/product_171423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-adv-lbl-gls-3x3-pol-dpf/product_24471357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-fabric-bulletin-board-frameless-6-x-4-tf46-91/product_24431834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-adv-lbl-mt-3x3-pol-dpf/product_24471363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-white-danger-belt/product_171421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-ghent-aluminum-frame-corkboard-18-x-24-gh-13181/product_272653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-4-h-x-6-w-magnetic-glass-whiteboard-with-square-corners-white-hmysm46wh/product_24280522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-yellow-black-clean-belt/product_171418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-gls-2x2-pol/product_24514623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-gls-3x3-pis/product_24514728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-24-x-59-acrylic-non-tackable-desktop-divider-frosted-dpsf2459-a/product_24445186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-24-x-59-acrylic-non-tackable-desktop-divider-clear-dpsc2459-a/product_24445187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-1x1-pis/product_24514603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-frosted-glass-whiteboard-with-radius-corners-4-h-x-8-w-hmyrn48fr/product_24280552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-35-x-47-canvas-art-ph0108-c3547gg/product_2076827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-hd-steel-12-orange-hd18-12s-o/product_2607603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-30-layflat-poly-bags-6-mil-clear-100-carton-8630/product_692248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-industrial-safety-step-10-yellow-ic-10c-y/product_2601217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-30-reclosable-poly-bags-2-8-mil-clear-100-carton-stc377/product_23978013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-industrial-safety-step-12-yellow-ic-12c-y/product_2607602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-32-layflat-poly-bags-3-mil-clear-250-carton-pb4200/product_24328932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-29-88-x-29-acrylic-non-tackable-panel-extender-clear-pec3029-h/product_24454497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-first-animals-16-x-20-black-frame-art/product_313537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-yellow-black-wet-floor-belt/product_171415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-small-folding-safety-step-black-s-07c-blk/product_2601201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-mats/product_SS206658879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-2-mil-clear-250-carton-625/product_939641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-30-x-29-acrylic-non-tackable-panel-extender-clear-pec3029-t/product_24454463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safety-step-universal-safety-step-black-u-08c-blk/product_2601227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-4-x-4-corrugated-mailers-50-bundle-m2444/product_831817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-6-w-enclosed-vinyl-bulletin-board-with-satin-frame-3-door-pa34872vx-181/product_24280490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fox-11-x-14-black-frame-art/product_313544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-42-layflat-poly-bags-2-mil-clear-250-carton-626/product_939642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fox-16-x-20-wood-frame-art/product_313552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-blue-white-belt/product_171390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-frog-prince-16-x-20-black-frame-art/product_313724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-48-gusseted-poly-bags-2-mil-pink-100-carton-pbas2515/product_23978162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-different-belt-color/product_SS235160294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-48-layflat-poly-bags-6-mil-clear-100-carton-8645/product_361048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-42-layflat-poly-bags-4-mil-clear-200-carton-1296/product_692477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-gate-by-eric-joyner-16-x-47-canvas-art-ali1027-c1647gg/product_2076772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-red-belt/product_171381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-aria-low-profile-glass-whiteboard-4-h-x-8-w-white-ariasn48wh/product_24280678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-48-staples-corrugated-sheet-5-bundle-bssp2448/product_946708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-aria-low-profile-magnetic-glass-whiteboard-4-h-x-8-w-blue-ariasm48be/product_24280696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-54-layflat-poly-bags-6-mil-clear-100-carton-pb4230/product_24328969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-18-x-24-acrylic-non-tackable-panel-extender-clear-pec1824-a/product_24454514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-18-x-36-acrylic-non-tackable-panel-extender-clear-pec1836-a/product_24454496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-stanchion-barrier-post-with-retractable-8-5-green-white-belt/product_171391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-24-x-32-canvas-art/product_499820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-35-x-47-canvas-art/product_501617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-30-x-42-acrylic-non-tackable-panel-extender-clear-pec3042-a/product_24454465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-belt-different-written-message/product_SS235160684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-8-x-8-shipping-boxes-32-ect-brown-25-bundle-2488/product_426394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24-x-9-x-6-shipping-boxes-32-ect-brown-25-bundle-2496/product_814102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-belt/product_171403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-aluminum-frame-3-h-x-2-w-pa13624k/product_24280605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-great-wall-by-moises-levy-14-x-32-canvas-art-ali1140-c1432gg/product_2079311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-white-belt/product_171407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-satin-frame-1-5-h-x-2-w-pa12418k/product_24280604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-satin-frame-3-h-x-6-w-pa33672k/product_24280495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-orange-belt/product_171406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-blue-white-belt/product_171413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-satin-frame-4-h-x-8-w-pa34896k/product_24280488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-white-authorized-belt/product_171423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-adv-lbl-gls-3x3-pol-dpf/product_24471357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-fabric-bulletin-board-frameless-6-x-4-tf46-91/product_24431834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-adv-lbl-mt-3x3-pol-dpf/product_24471363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-white-danger-belt/product_171421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-gls-2x2-pol/product_24514623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-4-h-x-6-w-magnetic-glass-whiteboard-with-square-corners-white-hmysm46wh/product_24280522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-yellow-black-clean-belt/product_171418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-gls-3x3-pis/product_24514728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-ghent-aluminum-frame-corkboard-18-x-24-gh-13181/product_272653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-1x1-pis/product_24514603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-frosted-glass-whiteboard-with-radius-corners-4-h-x-8-w-hmyrn48fr/product_24280552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-yellow-black-wet-floor-belt/product_171415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:58:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:00 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:01 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:02 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:03 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:03 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:04 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:05 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:06 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-1x1-pol/product_24514647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-2x2-pol/product_24514586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:07 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-houses-of-parliament-sunset-24-x-32-canvas-art/product_491309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-3x3-pis/product_24514730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24314083/product_24314083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-m1-series-porcelain-dry-erase-whiteboard-aluminum-frame-8-x-4-m1-48-4/product_831449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:07 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-iles-d-11-x-14-wood-frame-art/product_313559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24335848/product_24335848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-belt-different-written-message/product_SS235161660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24358368/product_24358368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-iles-d-14-x-19-canvas-art/product_313555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-black-belt/product_171357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:08 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24550355-posters/product_24550355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:08 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-black-blue-belt/product_171364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-black-red-belt/product_171362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-maprail-1-x-4-strip-aluminum-gh-mr41/product_883983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-iles-d-18-x-24-canvas-art/product_313556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-nexus-4-h-x-6-w-porcelain-magnetic-whiteboard-nex146wmb/product_24233264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-black-yellow-belt/product_171363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24w-storage-cabinet-with-electric-fireplace-insert/product_SS204160852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-red-belt/product_171358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-rounded-pis/product_24488381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-rounded-pol/product_24488419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-intruder-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0452-c2232gg/product_2077130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-5x7-foil-card-taylor-pis/product_24454311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-ovation-fabric-enclosed-bulletin-board-black-frame-3-h-x-4-w-ovk2-f91/product_760201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-red-white-no-parking-belt/product_171376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-panel-24-h-x-59-w-clear-acrylic-pec2459-h/product_24454493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-square-pis/product_24503000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-yellow-black-authorized-belt/product_171374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-porcelain-mobile-dry-erase-whiteboard-aluminum-frame-8-x-4-arm1m148/product_24440658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-japanese-footbridge-1899-18-x-24-canvas-art/product_501529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-japanese-footbridge-1899-24-x-32-canvas-art/product_498445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-tape-30-x-42-acrylic-non-tackable-panel-extender-clear-pec3042-t/product_24454473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-blue-white-belt/product_171252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-deep-vertical-file-cabinet-letter-2-drawer-putty/product_489533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-inv-5x7-ft-mat-pol/product_1241543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-lily-pond-16-x-24-canvas-art/product_317510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-tape-30-x-59-acrylic-non-tackable-panel-extender-clear-pec3059-t/product_24454476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-traditional-cork-bulletin-board-aluminum-frame-4-h-x-8-w-ak48/product_495168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-red-white-danger-belt/product_171260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-4x8-ft-invttn-80-gls-gr-479/product_352317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-line-it-curves-11-x-14-wood-frame-art/product_500268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-4x8-ft-invttn-80-mt-gr-438/product_352354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-traditional-cork-bulletin-board-aluminum-frame-4-x-3-1334-1/product_956781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-vinyl-enclosed-bulletin-board-satin-frame-3-h-x-4-w-pa23648vx-193/product_24280487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-line-it-curves-16-x-24-canvas-art/product_493018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-yellow-black-do-not-enter-belt/product_171258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-6x4-ft-invttn-100-mt-gr/product_352389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-wood-frame-cork-bulletin-board-18-x-24-gh-14181/product_876991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghirardelli-intense-dark-86-cacao-dark-chocolate-candy-bar-4-12-oz-3-bag-300-01033/product_24171823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-premium-gloss-bc-2s-pol/product_24448724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-stanchion-barrier-post-with-retractable-11-black-white-pl-wait-here-belt/product_171264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-black-belt/product_171265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-premium-matte-bc-1s-pis/product_24448733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghirardelli-squares-dark-chocolate-assorted-candy-bar-14-86-oz-300-01037/product_24171806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-premium-matte-bc-2s-pis/product_24448744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-long-stretch-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0965-b1620mf/product_2086686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-standard-gloss-bc-1s-pis/product_24448737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghostline-foam-presentation-board-22-x-28-white-pack-of-3-paccar12080-3/product_24568818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-long-stretch-by-dan-monteavaro-18-x-24-canvas-art-ali0965-c1824gg/product_2078883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-1x1-pol/product_24514647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-2x2-pol/product_24514586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-lost-and-found-by-eric-joyner-18-x-24-canvas-art-ali1032-c1824gg/product_2078867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-yellow-black-clean-belt/product_171280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-houses-of-parliament-sunset-24-x-32-canvas-art/product_491309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-3x3-pis/product_24514730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24314083/product_24314083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-m1-series-porcelain-dry-erase-whiteboard-aluminum-frame-8-x-4-m1-48-4/product_831449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-iles-d-11-x-14-wood-frame-art/product_313559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-belt-different-written-message/product_SS235161660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24335848/product_24335848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-iles-d-14-x-19-canvas-art/product_313555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24358368/product_24358368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-black-belt/product_171357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-standard-matte-bc-2s-pis/product_24448716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24550355-posters/product_24550355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-black-blue-belt/product_171364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-red-belt/product_171358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-black-yellow-belt/product_171363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/24w-storage-cabinet-with-electric-fireplace-insert/product_SS204160852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-iles-d-18-x-24-canvas-art/product_313556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-nexus-4-h-x-6-w-porcelain-magnetic-whiteboard-nex146wmb/product_24233264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-maprail-1-x-4-strip-aluminum-gh-mr41/product_883983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-black-red-belt/product_171362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-rounded-pis/product_24488381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-rounded-pol/product_24488419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-intruder-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0452-c2232gg/product_2077130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-panel-24-h-x-59-w-clear-acrylic-pec2459-h/product_24454493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-ovation-fabric-enclosed-bulletin-board-black-frame-3-h-x-4-w-ovk2-f91/product_760201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-5x7-foil-card-taylor-pis/product_24454311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-square-pis/product_24503000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-red-white-no-parking-belt/product_171376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-yellow-black-authorized-belt/product_171374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-porcelain-mobile-dry-erase-whiteboard-aluminum-frame-8-x-4-arm1m148/product_24440658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-japanese-footbridge-1899-18-x-24-canvas-art/product_501529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-tape-30-x-42-acrylic-non-tackable-panel-extender-clear-pec3042-t/product_24454473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-japanese-footbridge-1899-24-x-32-canvas-art/product_498445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-blue-white-belt/product_171252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-inv-5x7-ft-mat-pol/product_1241543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/25-deep-vertical-file-cabinet-letter-2-drawer-putty/product_489533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-lily-pond-16-x-24-canvas-art/product_317510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-tape-30-x-59-acrylic-non-tackable-panel-extender-clear-pec3059-t/product_24454476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-traditional-cork-bulletin-board-aluminum-frame-4-h-x-8-w-ak48/product_495168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-red-white-danger-belt/product_171260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-4x8-ft-invttn-80-gls-gr-479/product_352317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-4x8-ft-invttn-80-mt-gr-438/product_352354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-line-it-curves-11-x-14-wood-frame-art/product_500268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-traditional-cork-bulletin-board-aluminum-frame-4-x-3-1334-1/product_956781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-vinyl-enclosed-bulletin-board-satin-frame-3-h-x-4-w-pa23648vx-193/product_24280487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-line-it-curves-16-x-24-canvas-art/product_493018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-6x4-ft-invttn-100-mt-gr/product_352389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-yellow-black-do-not-enter-belt/product_171258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-premium-gloss-bc-2s-pol/product_24448724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghent-wood-frame-cork-bulletin-board-18-x-24-gh-14181/product_876991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghirardelli-intense-dark-86-cacao-dark-chocolate-candy-bar-4-12-oz-3-bag-300-01033/product_24171823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-stanchion-barrier-post-with-retractable-11-black-white-pl-wait-here-belt/product_171264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-black-belt/product_171265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-premium-matte-bc-1s-pis/product_24448733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghirardelli-squares-dark-chocolate-assorted-candy-bar-14-86-oz-300-01037/product_24171806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-premium-matte-bc-2s-pis/product_24448744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-long-stretch-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0965-b1620mf/product_2086686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-standard-gloss-bc-1s-pis/product_24448737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-long-stretch-by-dan-monteavaro-18-x-24-canvas-art-ali0965-c1824gg/product_2078883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/ghostline-foam-presentation-board-22-x-28-white-pack-of-3-paccar12080-3/product_24568818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-lost-and-found-by-eric-joyner-18-x-24-canvas-art-ali1032-c1824gg/product_2078867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-yellow-black-clean-belt/product_171280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:24 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250-standard-matte-bc-2s-pis/product_24448716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:25 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:26 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:27 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:28 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:29 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:30 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:31 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-louvre-or-broadway-by-philippe-hugonnard-35-x-47-canvas-art-ph0104-c3547gg/product_2076831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-stainless-steel-meat-claws-with-rubber-grip-handles-silver-25330/product_24590277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250ft-cat6-bulk-bare-copper-ethernet-cable-utp-solid-riser-rated-cmr-500mhz-23awg-white/product_2504860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-stanchion-barrier-post-with-retractable-11-green-white-belt/product_171276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/giant-eagle-25-gift-card/product_24452971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2500-9-mch-envlps-wht-70-sc/product_349751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:32 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:32 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-merced-river-16-x-20-black-frame-art/product_24020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-master-s-throne-by-kurt-shaffer-gallery-wrapped-1-18x24-inches/product_249217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-black-white-belt/product_171223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-black-yellow-belt/product_171225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-different-belt-color/product_SS235094351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gibson-elite-althea-16-piece-stoneware-dinnerware-set-multi-color-93597570m/product_24004880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-different-written-message/product_SS235156989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:33 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:33 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-261816/product_426419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-merced-river-in-yosemite-24-x-32-canvas-art/product_500007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gibson-elite-lawson-16-piece-stoneware-dinnerware-set-white-teal-110957-16/product_24004849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-morning-comes-over-the-swiss-alps-by-philippe-sainte-laudy-11x14-frm-art-wht-psl0323-w1114mf/product_1551754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gibson-home-soho-lounge-dinnerware-set-16-piece-blue/product_520508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-L-x-26-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-262612/product_630761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-red-white-danger-belt/product_171237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-yellow-black-danger-belt/product_171233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-morning-comes-over-the-swiss-alps-by-philippe-sainte-laudy-22x32-frmls-art/product_1553284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-L-x-26-W-x-26-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-5-Bundle-HD262626DW/product_948888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gibson-mableton-16-piece-dinnerware-set/product_24004902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gift-boxes-3-x-3-x-2-100-cs/product_593539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-yellow-black-wet-floor-belt/product_171231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-general-store-11-x-14-black-frame-art/product_315138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-general-store-16-x-20-wood-frame-art/product_315145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-general-store-16-x-24-canvas-art/product_315141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-stanchion-barrier-post-with-retractable-11-yellow-black-out-of-serv-belt/product_171232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-relic-24-x-32-canvas-art/product_314304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-15-x-5-shipping-boxes-32-ect-brown-20-bundle-26155/product_408404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-16-x-10-shipping-boxes-32-ect-brown-20-bundle-261610/product_408401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-16-x-19-shipping-boxes-32-ect-brown-20-bundle-bs261619/product_2647589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-black-red-belt/product_171316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gift-grade-tissue-paper-15-x-20-purple-960-case-t1520q/product_23978557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gift-grade-tissue-paper-20-x-30-metallic-copper-200-case-t2030ll/product_23978552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-trunk-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0454-c2232gg/product_2077128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-20-x-18-shipping-boxes-32-ect-brown-20-bundle-bs262018/product_2647623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-trunk-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0454-c3047gg/product_2080933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-wooden-door-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0455-b1114mf/product_2079370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-20-x-20-corrugated-kraft-boxes-25-bundle-bs262020x/product_24409001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-yellow-black-wet-floor-belt/product_171323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-yellow-black-do-not-enter-belt/product_171327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gigastone-128gb-usb-3-1-type-a-flash-drive-white-gs-u3128gbwh-bc/product_24559679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gigastone-8gb-sdhc-memory-card-with-adapter-class-10-uhs-i-dem2in1c1008gr/product_1968789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gigastone-qi-certified-fast-wireless-charging-pad-black-gs-ga-9700b-r/product_24531331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-red-retractable-belt-barrier-with-16-orange-belt/product_171337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-24-x-60-gusseted-poly-bags-1-5-mil-clear-100-carton-1518/product_361508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-red-retractable-belt-barrier-with-16-yellow-belt/product_171336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-26-staples-corrugated-sheet-5-bundle-sp2626/product_946712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-red-retractable-belt-barrier-with-16-red-white-belt/product_171343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-red-retractable-belt-barrier-with-16-yellow-black-clean-belt/product_171349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peace-lily-11-x-14-wood-frame-art/product_317713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-global-citi-laminate-end-table-black-20-h-x-20-w-x-24-d/product_742180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peace-lily-16-x-20-wood-frame-art/product_317714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-30-layflat-poly-bags-1-5-mil-clear-500-carton-287/product_692602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-superior-laminate-48-flush-bridge-american-mahogany-tdsl4824fb-aml/product_279697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-global-duet-steel-chair-dolly-black-td6624/product_342804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peace-lily-26-x-32-canvas-art/product_317711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-30-layflat-poly-bags-4-mil-clear-200-carton-1288/product_361199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-louvre-or-broadway-by-philippe-hugonnard-35-x-47-canvas-art-ph0104-c3547gg/product_2076831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/250ft-cat6-bulk-bare-copper-ethernet-cable-utp-solid-riser-rated-cmr-500mhz-23awg-white/product_2504860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-stainless-steel-meat-claws-with-rubber-grip-handles-silver-25330/product_24590277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-stanchion-barrier-post-with-retractable-11-green-white-belt/product_171276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/2500-9-mch-envlps-wht-70-sc/product_349751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/giant-eagle-25-gift-card/product_24452971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-superior-laminate-common-top-american-dark-cherry-laminate-tdsl7122top-adc/product_279675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peace-lily-35-x-47-canvas-art/product_317712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-master-s-throne-by-kurt-shaffer-gallery-wrapped-1-18x24-inches/product_249217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-black-white-belt/product_171223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-merced-river-16-x-20-black-frame-art/product_24020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-black-yellow-belt/product_171225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gibson-elite-althea-16-piece-stoneware-dinnerware-set-multi-color-93597570m/product_24004880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-different-written-message/product_SS235156989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-different-belt-color/product_SS235094351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-superior-laminate-common-top-american-mahogany-laminate-tdsl7122top-aml/product_279669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-261816/product_426419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-morning-comes-over-the-swiss-alps-by-philippe-sainte-laudy-11x14-frm-art-wht-psl0323-w1114mf/product_1551754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gibson-home-soho-lounge-dinnerware-set-16-piece-blue/product_520508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-merced-river-in-yosemite-24-x-32-canvas-art/product_500007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gibson-elite-lawson-16-piece-stoneware-dinnerware-set-white-teal-110957-16/product_24004849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-red-white-danger-belt/product_171237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-L-x-26-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-262612/product_630761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-yellow-black-danger-belt/product_171233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-L-x-26-W-x-26-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-5-Bundle-HD262626DW/product_948888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-yellow-black-wet-floor-belt/product_171231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-morning-comes-over-the-swiss-alps-by-philippe-sainte-laudy-22x32-frmls-art/product_1553284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gift-boxes-3-x-3-x-2-100-cs/product_593539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gibson-mableton-16-piece-dinnerware-set/product_24004902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-general-store-11-x-14-black-frame-art/product_315138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-general-store-16-x-20-wood-frame-art/product_315145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-general-store-16-x-24-canvas-art/product_315141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-stanchion-barrier-post-with-retractable-11-yellow-black-out-of-serv-belt/product_171232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gift-grade-tissue-paper-20-x-30-metallic-copper-200-case-t2030ll/product_23978552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gift-grade-tissue-paper-15-x-20-purple-960-case-t1520q/product_23978557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-black-red-belt/product_171316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-16-x-10-shipping-boxes-32-ect-brown-20-bundle-261610/product_408401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-16-x-19-shipping-boxes-32-ect-brown-20-bundle-bs261619/product_2647589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-15-x-5-shipping-boxes-32-ect-brown-20-bundle-26155/product_408404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-relic-24-x-32-canvas-art/product_314304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-trunk-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0454-c2232gg/product_2077128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-20-x-18-shipping-boxes-32-ect-brown-20-bundle-bs262018/product_2647623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gigastone-128gb-usb-3-1-type-a-flash-drive-white-gs-u3128gbwh-bc/product_24559679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-wooden-door-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0455-b1114mf/product_2079370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-yellow-black-wet-floor-belt/product_171323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-trunk-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0454-c3047gg/product_2080933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-20-x-20-corrugated-kraft-boxes-25-bundle-bs262020x/product_24409001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-yellow-black-do-not-enter-belt/product_171327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gigastone-8gb-sdhc-memory-card-with-adapter-class-10-uhs-i-dem2in1c1008gr/product_1968789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-red-retractable-belt-barrier-with-16-orange-belt/product_171337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-red-retractable-belt-barrier-with-16-yellow-belt/product_171336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gigastone-qi-certified-fast-wireless-charging-pad-black-gs-ga-9700b-r/product_24531331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-red-retractable-belt-barrier-with-16-yellow-black-clean-belt/product_171349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-24-x-60-gusseted-poly-bags-1-5-mil-clear-100-carton-1518/product_361508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-26-staples-corrugated-sheet-5-bundle-sp2626/product_946712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-red-retractable-belt-barrier-with-16-red-white-belt/product_171343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peace-lily-11-x-14-wood-frame-art/product_317713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-global-citi-laminate-end-table-black-20-h-x-20-w-x-24-d/product_742180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peace-lily-16-x-20-wood-frame-art/product_317714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-30-layflat-poly-bags-1-5-mil-clear-500-carton-287/product_692602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-superior-laminate-48-flush-bridge-american-mahogany-tdsl4824fb-aml/product_279697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peace-lily-26-x-32-canvas-art/product_317711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-global-duet-steel-chair-dolly-black-td6624/product_342804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-30-layflat-poly-bags-4-mil-clear-200-carton-1288/product_361199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peace-lily-35-x-47-canvas-art/product_317712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-superior-laminate-common-top-american-dark-cherry-laminate-tdsl7122top-adc/product_279675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:49 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-superior-laminate-common-top-american-mahogany-laminate-tdsl7122top-aml/product_279669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:50 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:51 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:52 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:53 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:54 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:55 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:56 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-superior-laminate-common-top/product_SS214004540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:58 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-42-layflat-poly-bags-4-mil-clear-100-carton-1291/product_692506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peppermint-bottle-1893-95-18-x-24-canvas-art/product_493780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-yellow-retractable-belt-barrier-with-16-red-white-danger-belt/product_171306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-38-chipboard-fiberboard-pad-90-carton-bscp2638/product_947591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-42-layflat-poly-bags-1-5-mil-clear-250-carton-289/product_361291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:58 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-48-gusseted-poly-bags-bags-on-a-roll-3-mil-clear-50-roll-1776r/product_939323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-perfect-bicycle-1895-canvas-art-30x47-inches/product_245091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-poplars-10-x-19-canvas-art/product_313115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-yellow-stanchion-barrier-post-with-retractable-16-black-white-line-belt/product_171309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/giving-good-make-a-wish-swap-gift-card-50-email-delivery/product_24471634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-pirates-of-penzance-1930-canvas-art/product_245079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:59 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-yellow-retractable-belt-barrier-with-16-yellow-black-do-not-enter-belt/product_171304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 14:59:59 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safewalk-mats/product_SS206658316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/giving-good-st-jude-children-s-research-hospital-swap-gift-card-100-email-delivery/product_24471673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-poplars-16-x-20-black-frame-art/product_313114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/275-pho-crd-4x8-mat-bp-pis/product_24489316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/giving-good-st-jude-children-s-research-hospital-swap-gift-card-50-email-delivery/product_24471671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-75-x-25-5-x-41-shipping-boxes-brown-5-bundle-af412825/product_829391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-poppy-field-11-x-14-wood-frame-art/product_313127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sage-50-quantum-accounting-2024-for-1-user-windows-download-sag303800v040/product_24581431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-poppy-field-14-x-19-canvas-art/product_313123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glaceau-smartwater-flavored-water-23-7-oz-12-pack-157196/product_24440220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sage-50-quantum-accounting-2024-for-3-users-windows-download-sag303800v041/product_24581429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-L-x-18-W-x-12-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS281812/product_404564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-L-x-20-W-x-20-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-282020/product_2301725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-poppy-field-35-x-47-canvas-art/product_313126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glaceau-vitaminwater-zero-xxx-a-a-blueberry-pomegranate-energy-drink-16-9-fl-oz-24-carton-00786162003515/product_228092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sahale-mango-tango-almond-mix-1-5-oz-bags-18-carton-smu00359/product_2401068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-power-of-water-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd-psl0324-b1114mf/product_1551752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-L-x-28-W-x-28-H-Shipping-Boxes-32-ECT-Brown-5-Bundle-282828/product_426426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-L-x-6-W-x-6-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS280606/product_426423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-power-of-water-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1553486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-x-16-x-10-shipping-boxes-32-ect-brown-20-bundle-281610/product_630775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sakura-cray-pas-junior-artist-non-washable-oil-paints-assorted-colors-25-pack-xep25/product_473188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/saje-natural-wellness-25-00-gift-card-email-delivery-1029048b2500/product_24590010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-lb-12-1-2-x-12-1-2-peel-press-square-envelopes-white-wove-250-box/product_1028550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-forceflex-odorshield-13-gallon-kitchen-trash-bag-23-75-x-25-4-low-density-0-72-mil-gray-120-bags-box-79158/product_24401951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-forceflex-tall-13-gallon-mediterranean-lavender-kitchen-drawstring-trash-bags-white-80-box-78902/product_2607651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-race-by-nicole-dietz-16-x-16-black-matted-black-frame-nd101-b1616bmf/product_2084113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-race-by-nicole-dietz-14-x-14-canvas-art-nd101-c1414gg/product_2077662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-home-collection-containers-25-oz-5-pack-79067/product_24372942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-x-24-x-6-shipping-boxes-32-ect-brown-20-bundle-bs282406/product_2647567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-race-by-nicole-dietz-35-x-35-canvas-art-nd101-c3535gg/product_2078847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-x-18-x-12-shipping-boxes-32-ect-brown-20-bundle-bs281812/product_2647498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-mini-round-containers-4-oz-8-pack-70240/product_416676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-x-24-x-60-gusseted-poly-bags-2-mil-clear-100-carton-1650/product_361567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-odorshield-13-gallon-scented-kitchen-trash-bag-24-x-27-36-low-density-0-78-mil-gain-original-white-80-bags-box/product_2608753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-plastic-step-trash-can-20-gallon-black-gld-74230-1/product_24553144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-red-head-18-x-24-canvas-art/product_313564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-road-home-35-x-47-canvas-art/product_314130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sakura-pigma-graphic-pen-2-0-mm-pack-of-12/product_1722478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-press-n-seal-plastic-food-wrap-70-sq-ft-roll-12-boxes-carton-70441/product_1524264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-robin-11-x-14-black-frame-art/product_315162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-x-36-layflat-poly-bags-1-mil-clear-500-carton-2449/product_692324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-x-36-layflat-poly-bags-2-mil-clear-250-carton-633/product_360991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-x-40-layflat-poly-bags-2-mil-clear-250-carton-634/product_692204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-tall-entree-plastic-container-with-lid-clear-blue-3-box-bbg10041/product_24519829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-stainless-steel-step-trash-can-20-gallon-gld-74526/product_24553149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-saint-11-x-14-black-frame-art/product_315541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-to-go-lunch-containers-32-oz-4-pack-78404/product_134347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-42-layflat-poly-bags-4-mil-clear-100-carton-1291/product_692506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/gis-superior-laminate-common-top/product_SS214004540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-42-layflat-poly-bags-1-5-mil-clear-250-carton-289/product_361291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-38-chipboard-fiberboard-pad-90-carton-bscp2638/product_947591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-yellow-retractable-belt-barrier-with-16-red-white-danger-belt/product_171306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-peppermint-bottle-1893-95-18-x-24-canvas-art/product_493780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sakura-pigma-micron-red-01-0-25-mm-pack-of-6/product_1722372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/glad-zipper-freezer-bags-quart-20-bags-box-57035/product_2454854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/26-x-48-gusseted-poly-bags-bags-on-a-roll-3-mil-clear-50-roll-1776r/product_939323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-perfect-bicycle-1895-canvas-art-30x47-inches/product_245091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-poplars-10-x-19-canvas-art/product_313115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-yellow-stanchion-barrier-post-with-retractable-16-black-white-line-belt/product_171309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/giving-good-make-a-wish-swap-gift-card-50-email-delivery/product_24471634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-pirates-of-penzance-1930-canvas-art/product_245079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safetypro-300-yellow-retractable-belt-barrier-with-16-yellow-black-do-not-enter-belt/product_171304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-saint-16-x-20-black-frame-art/product_315542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/safewalk-mats/product_SS206658316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/giving-good-st-jude-children-s-research-hospital-swap-gift-card-100-email-delivery/product_24471673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-poplars-16-x-20-black-frame-art/product_313114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/giving-good-st-jude-children-s-research-hospital-swap-gift-card-50-email-delivery/product_24471671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/275-pho-crd-4x8-mat-bp-pis/product_24489316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/28-75-x-25-5-x-41-shipping-boxes-brown-5-bundle-af412825/product_829391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-poppy-field-11-x-14-wood-frame-art/product_313127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 113) WARNING: Request https://www.staplesadvantage.com/sage-50-quantum-accounting-2024-for-1-user-windows-download-sag303800v040/product_24581431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-27 15:00:08 [scrapy.extensions.closespider] (PID: 113) INFO: Closing spider since no items were produced in the last 1800 seconds. 2025-12-27 15:00:08 [scrapy.core.engine] (PID: 113) INFO: Closing spider (closespider_timeout_no_item) 2025-12-27 15:00:08 [scrapy.extensions.logstats] (PID: 113) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-27 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:14 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:15 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 113) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:16 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:17 [scrapy.core.scraper] (PID: 113) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] ------------------------------ MONITORS ------------------------------ 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Extracted Items Monitor/test_stat_monitor... FAIL 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Item Validation Monitor/test_stat_monitor... SKIPPED (Unable to find 'spidermon/validation/fields/errors' in job stats.) 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Error Count Monitor/test_stat_monitor... FAIL 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Warning Count Monitor/test_stat_monitor... FAIL 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Finish Reason Monitor/Should have the expected finished reason(s)... FAIL 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Unwanted HTTP codes monitor/Should not hit the limit of unwanted http status... OK 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Field Coverage Monitor/test_check_if_field_coverage_rules_are_met... FAIL 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Retry Count monitor/Should not hit the limit of requests that reached the maximum retry amount... FAIL 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Downloader Exceptions monitor/test_stat_monitor... FAIL 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Successful Requests monitor/Should have at least the minimum number of successful requests... OK 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] Total Requests monitor/Should not hit the total limit of requests... OK 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-12-27 15:00:17 [staples_advantage] (PID: 113) ERROR: [Spidermon] ====================================================================== FAIL: Extracted Items Monitor/test_stat_monitor ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/base.py", line 177, in test_stat_monitor self.fail(message) AssertionError: Unable to find 'item_scraped_count' in job stats. 2025-12-27 15:00:17 [staples_advantage] (PID: 113) ERROR: [Spidermon] ====================================================================== FAIL: Error Count Monitor/test_stat_monitor ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/base.py", line 184, in test_stat_monitor assertion_method( AssertionError: Expecting 'log_count/ERROR' to be '<=' to '0.0'. Current value: '9130' 2025-12-27 15:00:17 [staples_advantage] (PID: 113) ERROR: [Spidermon] ====================================================================== FAIL: Warning Count Monitor/test_stat_monitor ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/base.py", line 184, in test_stat_monitor assertion_method( AssertionError: Expecting 'log_count/WARNING' to be '<=' to '1000.0'. Current value: '9175' 2025-12-27 15:00:17 [staples_advantage] (PID: 113) ERROR: [Spidermon] ====================================================================== FAIL: Finish Reason Monitor/Should have the expected finished reason(s) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/monitors.py", line 110, in test_should_finish_with_expected_reason self.assertTrue(finished_reason in expected_reasons, msg=msg) AssertionError: Finished with "closespider_timeout_no_item" the expected reasons are ['finished'] 2025-12-27 15:00:17 [staples_advantage] (PID: 113) 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/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-27 15:00:17 [staples_advantage] (PID: 113) 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/spidermon/contrib/scrapy/monitors/monitors.py", line 282, in test_maximum_retries self.assertLessEqual(max_reached, threshold, msg=msg) AssertionError: Too many requests (4565) reached the maximum retry amount 2025-12-27 15:00:17 [staples_advantage] (PID: 113) ERROR: [Spidermon] ====================================================================== FAIL: Downloader Exceptions monitor/test_stat_monitor ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/scrapy/monitors/base.py", line 184, in test_stat_monitor assertion_method( AssertionError: Expecting 'downloader/exception_count' to be '<=' to '100.0'. Current value: '13781' 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] 11 monitors in 0.006s 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] FAILED (failures=7, skipped=1) 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] -------------------------- FINISHED ACTIONS -------------------------- 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] 0 actions in 0.000s 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] OK 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] --------------------------- PASSED ACTIONS --------------------------- 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] 0 actions in 0.000s 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] OK 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] --------------------------- FAILED ACTIONS --------------------------- 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] CustomTemplateSendSlackMessageSpiderFinished... ERROR 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-12-27 15:00:17 [staples_advantage] (PID: 113) ERROR: [Spidermon] ====================================================================== ERROR: CustomTemplateSendSlackMessageSpiderFinished ---------------------------------------------------------------------- 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: '9130'\n• _Warning Count Monitor/test_stat_monitor_: Expecting 'log_count/WARNING' to be '<=' to '1000.0'. Current value: '9175'\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-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] 1 action in 0.275s 2025-12-27 15:00:17 [staples_advantage] (PID: 113) INFO: [Spidermon] FAILED (errors=1) 2025-12-27 15:00:17 [scrapy.utils.signal] (PID: 113) 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-27 15:00:17 [scrapy.statscollectors] (PID: 113) INFO: Dumping Scrapy stats: {'HeadersSpooferDownloaderMiddleware/spoofed': 13781, 'big_query/url': 4608, 'downloader/exception_count': 13781, 'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 13781, 'downloader/request_bytes': 12058610, 'downloader/request_count': 13781, 'downloader/request_method_count/GET': 13781, 'elapsed_time_seconds': 1808.468827, 'finish_reason': 'closespider_timeout_no_item', 'finish_time': datetime.datetime(2025, 12, 27, 15, 0, 17, 152143, tzinfo=datetime.timezone.utc), 'items_per_minute': None, 'log_count/ERROR': 9139, 'log_count/INFO': 73, 'log_count/WARNING': 9175, 'memusage/max': 210464768, 'memusage/startup': 125820928, 'proxy_manager/ignored/proxy_defined': 9173, 'proxy_manager/processed': 4608, 'responses_per_minute': None, 'retry/count': 9216, 'retry/max_reached': 4565, 'retry/reason_count/scrapy.core.downloader.handlers.http11.TunnelError': 9216, 'scheduler/dequeued': 13781, 'scheduler/dequeued/memory': 13781, 'scheduler/enqueued': 13824, 'scheduler/enqueued/memory': 13824, 'spidermon/validation/validators': 1, 'spidermon/validation/validators/item/jsonschema': True, 'start_requests/big_query': 4608, 'start_time': datetime.datetime(2025, 12, 27, 14, 30, 8, 683316, tzinfo=datetime.timezone.utc)} 2025-12-27 15:00:17 [scrapy.core.engine] (PID: 113) INFO: Spider closed (closespider_timeout_no_item)